Hi @BT11 , Could you refer this ServiceNow Now Create Document on HR Case Management.If it's helpful, please mark as helpful.https://nowlearning.servicenow.com/nowcreate?id=nc_asset&asset_id=81e96a9b87ea9d9024e0bb39dabb35f5&nc_source=copy_asset_link
Hi @Anantha27 , You can create After Insert BR with below Condition & Script to create a Problem Task if the Problem is created with Urgency & Impact is high:Script:(function executeRule(current, previous /*null when async*/ ) { // Add your code h...
Hi @Community Alums ,I have implemented this usecase, it's working fine.You can achieve with the help of onChange Client Script on field End Date.Script:function onChange(control, oldValue, newValue, isLoading, isTemplate) { if (isLoading || newVa...
Hi @Siris Could you refer this link:Solved: Syntax Error or Access Rule Violation detected by ... - ServiceNow Community If it helps, mark it as ''Helpful'' and if it clarifies, 'Accept as Solution'
Hi @aniltangella ,If you want access related to specific components then you can following the below points:Type ''Plugins" in filter Navigator and search for specific plugins you want to 'install'. When Installing the plugins, you have 2 options:1) ...