A client script is JavaScript code which runs on the client, rather than the server.
- Use UI Policy instead of Client Script if possible.
- Avoid GlideRecord instead of GlideAjax
- Avoid getRefrence instead use GlideAjax
- Avoid DOM manipulation.
- Don’t Run script on Global table.
No responses yet