Hello Fellow Developers,
As we do not have the app builders license, and soley have access to Extension deployment to a test DB through VS code, I was wonder if there was ways to suppress codes that happen through base objects. It is hard to want to do changes to base reports and codeunits since we dont have the right license, but if we can copy that code and create our own, then supress the one thats there it would help.
My assumption is you would create a codeunit library of functions subscribe to the events? But not sure how you would cancel it.
For example say in the base application our partner added a procedure to do something on a OnValidate(); trigger of a sales line, and we don't want that to happen, or want to do something different, and want to do the development our self, how could we suppress that?
Thanks,
Chaz Kim
Business Services Supervisor
having them change it is a whole process in a half, But thank you!
Not ideal but depends on which modification you want to skip what condition they have if they are looking for a specific condition then you set that condition to false.
Why can't you ask your partner to share the code or make the modification?
How would you skip logic?
Unfortunately if you don't have access to the code you cannot modify it, you can subscribe to the same event and add some other code to skip that logic but unfortunately, there is no way to define which one executes first.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156