Returns an array of every item held in the Inventory table of the SYSPRO database.
SysproGetAllItemDetail([Trigger])
Where:
Trigger is the value that will trigger a refresh of the data.
If the data is required to refresh during a specification the Trigger should be linked to a constant.
When the constant value changes, using a Specification Macro for example, this will force this function to refresh.
Please see How To: Force a data refresh when the data has changed for more information.
Rule | Meaning |
---|---|
SysproGetAllItemDetail(DWConstantSysproTrigger) | Will load the current data when the Specification is started and refresh the data when the value of the constant SysproTrigger changes. |
SysproGetAllItemDetail(FALSE) | Will load the current data when the Specification is started. |