How to change the approval status into approved in SCTASK

Nihad
Tera Contributor
 
4 REPLIES 4

Kalyani Jangam1
Mega Sage
Mega Sage

Hi @Nihad 

You can achieve this by using workflow

dhanu3
Kilo Sage

@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.

Nihad
Tera Contributor

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

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.