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

EntityId Property

Limits the search to transactions associated with the entity specified by EntityId .

Object Oriented Interface

public function getEntityId();
public function setEntityId($value);

Procedural Interface

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

Default Value

''

Remarks

Limits the search to transactions associated with the entity specified by EntityId. Note that you may use EntityName OR EntityId to search, but you may not use both.

Only applicable to searches for transaction objects, with the following exceptions: BillToPay queries map this to the PayeeEntityId property, and ItemAssembliesCanBuild queries map this to the ItemInventoryAssemblyId property.

Data Type

String

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