You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Create style.css
* Create readme.md
* Delete Styles/Add Background Color directory
* Update listAction.js
Updated the script to replace 'alert' with 'GlideModal' as per issue ServiceNowDevProgram#745
* Update readme.md
updated the readme file to include the changes made in listAction.js
* Update readme.md
---------
Co-authored-by: niamccash <[email protected]>
Copy file name to clipboardExpand all lines: UI Actions/Mark Records Inactive - List Action/readme.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,3 +5,6 @@ mark the records as inactive by calling the reusable script include. Process is
5
5
3. Keep your script include ready with the function to make records inactive and done.
6
6
7
7
You can even modify the scrip include to change other fields too based on your requirements. And you do not need to pass any table name also. This is complete generic.
8
+
9
+
**UPDATE:**
10
+
_Replaced standard Javascript Window method 'alert' with GlideModal as per issue #745. This completes the task 'Mark Records Inactive UI Action'_
0 commit comments