Skip to content

Commit 354854d

Browse files
README.md
1 parent af9f9c4 commit 354854d

File tree

1 file changed

+12
-0
lines changed
  • Server-Side Components/Script Includes/Delete Swipe Function

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)