How to change the approval status into approved in SCTASK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2023 08:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2023 10:58 PM
Hi @Nihad
You can achieve this by using workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-30-2023 11:41 PM
@Nihad please provide more details on what you are trying to achieve. Do you have any approvals on sc_task table? or you have field on sc_task table which you want to update?
Your screenshot is not visible for me.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2023 02:08 AM
Hi @dhanu3
I need to change the approval status field in sctask. Now it is displaying requested. I would like to change the field value into Approved. Please check the screen shot.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2023 02:32 AM
Is this field is OOB field and inherited from parent table? If yes, you can update this field once approval is approved in workflow set this field value to approve.
If it is custom field on sctask then write run script and glide sctask record and update the field.