save (ctrl s) UI action on form widget is not working

Hitesh targe
Tera Expert

Hello Experts,

I have UI action in form widget in service portal. when I click on save it is not showing any progress or nothing happen. same UI action is working fine in different page. Can any one suggest me please.

Thanks

1 ACCEPTED SOLUTION

Hitesh targe
Tera Expert

commented disable UI disable ui action in server script(below line). it works



//data.disableUIActions = options.disableUIActions || false;


View solution in original post

7 REPLIES 7

In platform I am able to save it. it is working fine from platform


Gurpreet07
Mega Sage

Then there will be some issue in the script. From portal itself, investigate the errors in browser console.


Hitesh targe
Tera Expert

commented disable UI disable ui action in server script(below line). it works



//data.disableUIActions = options.disableUIActions || false;