I have a C# app to create a inventory adjustment in Microsoft Dynamics GP via web services. It works fine. However, I need to add a reason code to each adjustment line. I cannot find any examples of this. How do I add a reason code to each line?
This is where the reason code is in GP:
Here is my code for the inventory adjustment line:
I based that off of the example here:
https://docs.microsoft.com/en-us/previous-versions/dynamicsgp/developer/cc508604(v=msdn.10)
Most examples I've online are based off of this example.