We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af9f9c4 commit 354854dCopy full SHA for 354854d
Server-Side Components/Script Includes/Delete Swipe Function/README.md
@@ -0,0 +1,12 @@
1
+Delete Swipe Function
2
+
3
+1. This Delete Swipe Function was present in Now Mobile - Mobile App Builder (MAB)
4
+2. Create a Script Include name as incidentDeleteUtils
5
+3. Make Accessible from - All application scopes
6
+4. Create a deleteIncident function
7
+5. Pass the sys_id as a input parameter
8
+6. Glide Incident table for checking the record
9
+7. Use if logic for cecking the record is present or not with provided sys_id
10
+8. If found delete the Incident record then return as "Incident Deleted Successfully"
11
+9. If not fount return as "Incident Not Found"
12
+10. This functionality will work in the Now Mobile App & Mobile App Builder (MAB).
0 commit comments