
with a code
GPApp = CreateObject("Dynamics.Application") GPApp.CurrentProductID = XXXXCurrentProductID is not changing; it is stays = 1 (initial setting); no errors generated. This was working properly, but stoped to work suddently.
Just wondering if somebody experienced such problem.
thanks, Boris
*This post is locked for comments
I have the same question (0)Boris,
I am not Dexterity expert but below code work for me.
int gpProdID =309; // Fixed AssetsDynamics.Application objGPApp = new Dynamics.Application();objGPApp.CurrentProductID = gpProdID;
Hope it will help you to resolve issue.
Thanks
Sandip Jadhav