Solved

Deactivating Baseline Client Script

  • 13 March 2020
  • 4 replies
  • 127 views

Userlevel 4
Badge +7

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.

icon

Best answer by Jacqueline.Lyra 17 March 2020, 10:48

View original

4 replies

Userlevel 1
Badge +5

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

 

Userlevel 4
Badge +7

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

Userlevel 1
Badge +5

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

Userlevel 4
Badge +7

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

 

 

Reply