Monday, October 23, 2017

How To Identify If A Sales Order Is Created Via the Form or Order Import?

By checking the ORDER_SOURCE_ID at the header level(OE_ORDER_HEADERS_ALL table) we can come to know whether the order is entered via the Sales Order Form or imported via the Order Import Concurrent Process.

If the order is created online the value for order_source_id should be '0'.


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...