Hello,
I've implemented a custom notification, but i've seen that there is one field : "unique caption ID" by this field I already know that there are possibilities to redirect to one contact, account, etc.
But I want to redirect the user to one folder when this user is clicking on the link of the notification
And by the way, by a second notification I want to redirect the user to one tab of the Contact's section dashboards
Is anyone knows how can I do these several things?
Like
Hello Marvyn,
The difficulty here that makes this task almost impossible is that notifications were developed to open some section record, but not to select some section element (like tab or folder). Theoretically it could be done using pushing the current user back to the section of the notification record
(this.sandbox.publish("PushHistoryState", {
hash: requestUrl
})
and data manipulations in the SysProfileData table, but this was never tested.
Best regards,
Oscar
Hello Marvyn,
The difficulty here that makes this task almost impossible is that notifications were developed to open some section record, but not to select some section element (like tab or folder). Theoretically it could be done using pushing the current user back to the section of the notification record
(this.sandbox.publish("PushHistoryState", {
hash: requestUrl
})
and data manipulations in the SysProfileData table, but this was never tested.
Best regards,
Oscar