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

Data Type

String

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