Hi All,
Cannot add the Field Trigger to.
Above error may come when creating Extension package using New-NAVAppPackage cmdlet.
The above error may come if you have written some code on Triggers of page or table for a field.
So please remove the code and use the Events to implement your code.
We have default trigger events available for table or page to write our code on when you subscribe to table/page object.
Cannot add variable to
Again this is similar kind of error, please remove the variable defined from the object and implement the logic using Events.
Thanks & Regards,
Nandesh Gowda
Cannot add the Field Trigger to.
Above error may come when creating Extension package using New-NAVAppPackage cmdlet.
The above error may come if you have written some code on Triggers of page or table for a field.
So please remove the code and use the Events to implement your code.
We have default trigger events available for table or page to write our code on when you subscribe to table/page object.
Cannot add variable to
Again this is similar kind of error, please remove the variable defined from the object and implement the logic using Events.
Thanks & Regards,
Nandesh Gowda
No comments:
Post a Comment