I have some dex code which validates the Item description in item maintenance. Works great until they "Copy" an item using the Copier
Series 3rd party product (yeah I know, its a GP product) and then I
lose context and my code doesn't run. What's the easiest way to
evaluate the item description (gp Item maintenance) in the context of a
3rd party form trigger and force the validation?
I've tried
adding post triggers to the Copy button but when it fires it has no parameters (Support Debugging Tool) so I assume that it has yet to populate the Description field when fired or the trigger doesn't have context.
*This post is locked for comments