Displaying Approve/Reject Button in ERP popup notification
Summary
Trying to show Approve/Reject options from PCS form in ERP Bell notificationContent
This is the API document for Approve/Reject popup item, to show Approve/Reject options in bell notification.
Steps I am following for the same:
- Create notification from the POST API: https://fa-eqto-test-saasfaprod1.fa.ocs.oraclecloud.com/fscmRestApi/resources/11.13.18.05/atkPopupItems
{
"UserGUID" : "C85244C929EF0A9FE050510A08776266",
"MessageSummary" : "Test4 is Finally Approved!",
"TaskDetailsAvailableFlag" : "Y",
"TaskDisplayURL": "https://dev-idmwj7qfydpv-ia.integration.ocp.oraclecloud.com/ic/process/workspace",
"TaskId":"200521"
}
- Use message ID from Response to create the popup notification
- https://fa-eqto-test-saasfaprod1.fa.ocs.oraclecloud.com/fscmRestApi/resources/11.13.18.05/atkPopupItems/300000011203809
0