QuickBooks Integrator 2020 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 field, and ItemAssembliesCanBuild queries map this to the ItemInventoryAssemblyName field.

Data Type

String

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