Thursday, 5 September 2019

Bulk approve or reject AME notifications (Approval workflow)

Refer doc ID 1992556.1

wf_notification.SetAttrText(nid=>n.notification_id,aname=>'RESULT',avalue=>'REJECT');
wf_notification.Respond(nid=>n.notification_id,respond_comment=>'bulk reject',responder=>'SYSADMIN');



1 comment:

Query to find submitted Concurrent requests

  Query to find Concurrent Requests SELECT      user_concurrent_program_name,      responsibility_name,      request_date,      argument_tex...