EntityId Property
Limits the search to transactions associated with the entity specified by EntityId .
Syntax
__property String EntityId = {read=FEntityId, write=FSetEntityId, default=""};
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