I have a C# application and I need to disable the site ID on the SOP Item Detail Entry Form when IV00101.ITEMTYPE = 1.. I tried this but it will not work.
SopItemDetailWindow.LocationCode.Enable = false;
I have a C# application and I need to disable the site ID on the SOP Item Detail Entry Form when IV00101.ITEMTYPE = 1.. I tried this but it will not work.
SopItemDetailWindow.LocationCode.Enable = false;
LocationCode.Disable() did the trick
Hi Richard...I use VB.Net but either way I think you want to use either:
LocationCode.Disable or
LocationCode.Lock (if you want to lock it without turning it really dim)
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 290,558 Super User 2024 Season 2
Martin Dráb 228,647 Most Valuable Professional
nmaenpaa 101,148