Hi @jtshone ,
OOB, there's already archive and destroy rules for the sys_email table, navigate to Archive Rule from the left navigator and search for sys_email table.These are the default rules:
You can modify the created condition based on the ...
Hi @Sean8 , You can create a workspace from studio as well, simply add a new application file for UX Application Select "Workspace App Shell" as the app shell ui Please refer to the official docs as well: https://docs.servicenow.com/bundle/sandiego-...
Hi @Thi Dinh Nguyen , Instead of disabling the button, you can think of restricting the form submission based on the conditions using onSubmit client script.Please refer to this thread : https://www.servicenow.com/community/now-platform-forum/how-ca...
Hi @yoli1 , Please refer to the official docs, it contains description of all the roles : https://docs.servicenow.com/en-US/bundle/utah-platform-administration/page/administer/roles/reference/r_BaseSystemRoles.html If my answer has helped with your ...
Hi @Balakrishna_ABK , You can use the logic provided in the code below, you can achieve this using client script or business rule both.Here's the client script logic, modify the field names accordinglyfunction onLoad(){
var duration = g_form.getValu...