QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

entityName (property)

An entity name to search for in a transaction.

Syntax

@property (nonatomic,readwrite,assign,getter=entityName,setter=setEntityName:) NSString* entityName;
- (NSString*)entityName;
- (void)setEntityName:(NSString*)newEntityName;
public var entityName: String {
  get {...}
set {...} }

Default Value

""

Remarks

An entity name to search for in a transaction. Limits the search to transactions associated with the entity specified by EntityName. For example, if searching for an Invoice EntityName would be the full name of a Customer.

Only applicable to searches for transaction objects, with the following exceptions: BillToPay queries map this to the PayeeEntityName field, and ItemAssembliesCanBuild queries map this to the ItemInventoryAssemblyName field.

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 iOS Edition - Version 20.0 [Build 7941]