Skip to main content

Is their any way to deactivate baseline client scripts in FSM for a particular screen so that we can create our own customized client script and apply it to that particular screen.

Dear Ramya, 

via the UI Designer you can go into the XML of the Screen and can search for the Client Script. Delete the client_script_id and add your new client script id here. 

 

Example in the XML:
        <name>AfterDataLoad</name>
        <client_script_id>ADDRESS_AFTER_DATA_LOAD__0</client_script_id>
      </event>

 

Best regards

Jacqui

 


Thanks Jacqui,

I tried this method, but since it is baseline client script if we delete in XML code also client script will work.

We can find client script applied to particular screen in FSM client script screen after deleting it in XML code also.

 

Best Regards

Ramya


Does this also happen when you modify your role that you are using the custom screen and not any more the baseline screen? Please have a look that you are using not the default screen


I am not using default screen, I am using custom screen only. 

 

 


Reply