@VenkataSaiM , The SNOW recommended approach is to use low code no code method.You should be able to achieve this via Data Management Job.Mass data deletion in ServiceNow using Data Management involves creating and executing a delete job. This proces...
Hi @mrosok , Please check the filter criteria in individual workspaces. The Reference Qualifier in Filter will determine the selectable records.You can also cross check the dictionary override to ensure there is nothing in there. Please mark reply as...
HI @saicrazy , Yes, both the Form Controls menu and the Form Header context menu are features within ServiceNow. The Form Controls menu provides options for saving records, copying, and creating related records. The Form Header context menu, accesse...
Hi @Community Alums , For your second question: 1. Displaying a Field Message:function onChange(control, oldValue, newValue, isLoading) {if (isLoading || newValue === '') {return;}if (newValue === 'your_value') { // Replace 'your_value' with the act...
Hi @Community Alums , To create a variable with multiple selectable options, please follow:1. List Collector Variable: This is the most common and robust method for allowing users to select multiple items from a list.It presents a "slushbucket" inter...