We need to integrate our system with B1. We create sales orders with our system and then we export them to B1 using DI API.
Our system enumerates order lines starting from 10 and incrementing by 10 (so: 10, 20, 30,...).
I see B1 enumerates order lines starting from 0 and incrementing by 1 (so: 0, 1, 2,...).
Can we change this behaviour in B1, so we can make it work like our system? I saw that LineNum property in Document_Lines object is read-only...
It would be a good improvement even if we could make it start from 1, instead than 0.
Many thanks!
Thread Link : http://scn.sap.com/thread/3281559
I see B1 enumerates order lines starting from 0 and incrementing by 1 (so: 0, 1, 2,...).
It would be a good improvement even if we could make it start from 1, instead than 0.
Thread Link : http://scn.sap.com/thread/3281559
No comments:
Post a Comment