Hi @Tanushree Maiti 

Thank you for reverting. I tried by adding an event handler for record fetch completed. Still it's not working

l457
Kilo Patron

Any reason you are not using an onload client script (this can also handle the infomessage) or a default value?


You can also fill values from the url using the query parm when creating new records just like in classic ui: /now/sow/record/incident/-1/params/query/short_description=helloworld%5Edescription=foobar


lauri457_0-1776407104525.png

 

Hi @l457 

Thank you for reverting.

Could you please elaborate it

If you are using a form component, you can just use a default value on the sys_dictionary record. If it needs to be dynamic you can use an onLoad client script or a dynamic default value.

 

The variant is overkill for just what you are describing. 

Hi @l457,

Thank you for reverting. Now I got it.

 

Actually I had configured classic onLoad client script, but it was working on form UI not on workspace. Reason of this issue was that I  had select Desktop in UI type. Later I set UI type to All and then it started working on workspace too. 

View solution in original post