Hello Experts,
I am making a solution where I need to pick a generated sales order confirmation from F&O accounts automatically based on confirmation data time.
But here the problem is while posting it's only giving me a confirmation date via ODATA API not a exact time.
The reason why I need time is like our app will execute every 10-15 min where we will be stored a last confirmation datetime and in a next execution we will use that and check if any new confirmation is generated or not. if we found any then we will export and send it to our customer and will store again that order confirmation data time in our DB so again we use that in our next execution to fetch a newly created OC.
Does anyone know how I can get exact datetime while posting an OC?