Help Needed with URL Navigation in Notification via REST API
Dear All,
I am trying to attach a URL to a notification using the REST API endpoint: /fscmrestapi/resources/11.13.18.05/atkpopupitems. I am using the following body request:
{
"UserGUID": "GDA98132093DNA1238DMA",
"MessageSummary": "This is a test text message",
"Status": "UNREAD",
"TaskDisplayURL": "<application_domain>/fscmUI/redwood/CreateWorkRequestUI/main/showworkreq"
}
The REST API successfully creates a notification, but when I click on it, it does not navigate to the correct page.
Could you please help me identify what might be going wrong or suggest any necessary adjustments?
Thank you in advance for your assistance.
0