Hi everybody,
I am developing an add-on in SAP Business One editing and customizing some SystemForms and I'm trying to do what I wrote in my question's object.
My scenario is the following:
I customized a system form using Visual Studio (added buttons, business logic, etc) and I want to replace it dinamically with the original one reading a parameter (i already realized the logic of reading the parameter).
For instance:
if the parameter value is "N", I load the original srf of the form
if the parameter value is "Y", I use my customized form.
How can I achieve it?
Thanks in advance
AR