I have a request from my client, They do not want to standard code of BC365 update saome value into some table.
So that in this case how can we implement our logic by extension code version 2?
For example, as my picture on the left is my customized by Dynamics NAV IDE (Old version) on the right is code Standard. How can I implement my code if I can not disable Standard code of BC365?
please give me advice !!
Thanks,
Answers
But EventSubscriber can not overwrite standard code.
you can only have event "On Open Page Event", after you write your logic, your logic is executed, after that the standard code still executes too.