Scripted REST API to fetch all the records with same sys_id and make there isActive flag false
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2022 12:37 AM
I have created a custom attachment table. For a particular record, I am inserting 6 images. I want a scripted rest API to make isActive flag false of all the 6 images of respective record
Labels:
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2022 01:24 AM
column name as - record number -> which is the reference field from the record table
- image -> stores the actual attachment
-isActive -> whose value is true by default

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-11-2022 12:27 AM
Provided a sample scripted rest api code above.