Sunday, October 22, 2017

Is the Sales Order Number stored in any of the Workflow tables?

The Sales Order Number is not stored as a separate attribute, the Workflow tables includes the internal ID's to identify the Headers and Lines, the value is stored on the field ITEM_KEY and is dependent on the Item Type field as follow:


No comments:

Post a Comment

currentAppUi built in variable in VBCS

$global.currentAppUi.id :- The id of the App UI $global.currentAppUi.urlId :-The id of the App UI as shown in the URL $global.currentAppUi.d...