Skip to Content
0
Sep 25, 2018 at 08:12 AM

Replace customized SystemForm with original SystemForm

53 Views Last edit Sep 30, 2018 at 05:18 PM 3 rev

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