Monday 29 October 2018

How to cancel a registered return order in D365 F&O / AX 2012

Remove the disposition code from lines and the cancel option will be returned to you. The disposition code moves it to an open status removing the cancel option. By entering the disposition code it is an indication you have received the stock.

If you don't see disposition code in the line level, go to personalization and add the field.

Then go to the header and cancel the return order.


@Rahul😊

No comments:

Post a Comment

Adding a newline into a string in C# and X++

Below is the sample code we can use for  adding a newline after every occurrence of "@" symbol in the string in C#   using System...