USM - RibToLogFireStockOrder_SOCre_RequestDataMapping
(Doc ID 2848820.1)
Last updated on FEBRUARY 14, 2022
Applies to:
Oracle Retail Integration Bus - Version 19.0.1 and laterInformation in this document applies to any platform.
Goal
In RibToLogFireStockOrder_SOCre_RequestDataMapping and RibToLogFireStockOrder_POCre_RequestDataMapping, there is the following instruction:
** <seq_nbr><%= payload.SODesc.SODtlDesc[soDetail].order_line_nbr.toString()?:util.generateSeqNumber(payload.SODesc.SODtlDesc[soDetail].item_id.toString())%>
** <seq_nbr><%= payload.SODesc.SODtlDesc[soDetail].order_line_nbr.toString()?:util.generateSeqNumber(payload.SODesc.SODtlDesc[soDetail].item_id.toString())%>
What does util.generateSeqNumber? For example, should it generate a sequence of 1,2,3 for each item in the stockorder or generate a unique id?
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |