Select Items Sap B1
Retrieves the instances of items from SAP B1
Description
Inputs
- Control Flow (Control Flow)
- Where (String): Optional, could be provided in format:
Property
operator
value
. Example, ItemCode eq I00001. The whole list of operators could be found in filter query options in SAP B1 documentation - Limit (Number): The number of entites to select. Maximum is 20
- Page (Number): Specifies the page of with the selected entity objects. Each page contains a maximum of 20 rows
- Order By (String): Should be in the next format:
Property
asc/desc
. Example, ItemCode asc
Outputs
- Control Flow (Control Flow)
- Error Flow (Error Flow): Triggered by error response from SAP B1
- Items (List): List of Items
- Total Size (Number): Number of all instances of items in SAP B1