I am trying to set Item number in SOP Scrolling Window, It shows Item Description but UOFM is not showing correctly, I assigned UOM -->when I try to Click Item Number hyperlink it give me message that : 'You cannot zoom to non-inventoried item'.
Below is my code :
Microsoft.Dexterity.Applications.DynamicsDictionary.SopEntryForm sopentry;
sopentry = Dynamics.Forms.SopEntry;
sopentry.SopEntry.LineScroll.ItemNumber.Value = "Z803";
sopentry.SopEntry.LineScroll.UOfM.Value = "Gallons";
sopentry.SopEntry.LineScroll.ItemNumber.RunValidate();
sopentry.SopEntry.LineScroll.UOfM.RunValidate();
Any help on this will be highly appreciate.
Thanks
Sandip
*This post is locked for comments
I have the same question (0)