Hey guys,
I am developing an Item Tracking function and for that I have created a action, which calls my new function in its OnValidate-trigger.
Here you see the code, which is executed, when I click on my action:
Unfortunately I get the following error messsage, when the code is executed:
'Item Tracking Code' must contain a value in 'Item': 'No. = 1000'. The value can not be null or empty.
What does that mean?
How can I solve this issue?
Thank you :)