I have two systems sending order into OTM. I want to setup a BNG to create Order base ids based on the information from the transorder
I have a refnum(JDE_SOURCE_SYS) associated that will give me the identity of the sorce system. So if my source system are A1, A2 and my order id is 1000. I want to create two orders in the system
A1-1000
A2-1000.
I have written the below BNG rule, but it is not returning the required value.
{r*:id=1:xml=REFNUM/JDE_SOURCE_SYS}-{r*:id=2:xml=BASE}
How do i fix this?
Thanks
I have a refnum(JDE_SOURCE_SYS) associated that will give me the identity of the sorce system. So if my source system are A1, A2 and my order id is 1000. I want to create two orders in the system
A1-1000
A2-1000.
I have written the below BNG rule, but it is not returning the required value.
{r*:id=1:xml=REFNUM/JDE_SOURCE_SYS}-{r*:id=2:xml=BASE}
How do i fix this?
Thanks
Comment