QuickBooks Integrator 2016 PHP Edition
QuickBooks Integrator 2016 PHP Edition
Questions / Feedback?

EntityName Property

An entity name to search for in a transaction.

Object Oriented Interface

public function getEntityName();
public function setEntityName($value);

Procedural Interface

inqb_objsearch_get($res, 22 );
inqb_objsearch_set($res, 22, $value );

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 property, and ItemAssembliesCanBuild queries map this to the ItemInventoryAssemblyName property.

Data Type

String

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
QuickBooks Integrator 2016 PHP Edition - Version 16.0 [Build 7353]