Hi, I am newbie developer in NAV 2013 R2.
I was trying to make link factbox to prompt error message during modification, so i add in the condition in the table 2000000068 (Record Link) OnModify trigger.
But during testing in RTC, when I try to save the modified data in the factbox, it just show a red cross above the box, no message display.
anything i done wrongly? Please advise.
Thanks in advance.
Lily
Answers
to get a message, try following instead of error message.
message('not allowed');
error(''); // to stop the process
Franz Kalchmair, MVP
Alias: Jonathan Archer
please like / agree / verify my answer, if it was helpful for you. thx.
Blog: http://moxie4nav.wordpress.com/
i tried your solution, and it worked as i wanted. thanks archer89.
now, i can control the action modify/delete/insert, but not the open. any idea to control open?