Open the folder's windows, the dashboard by a notification



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 0

Like

2 comments
Best reply

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

Oscar Dylan,

Thanks a lot for your answer, i've tested the fact that if the unique caption ID field is not completed the user will be redirected to the section of the notification..

But if you find a way in order to do this task, let me know it..



Thanks a lot.

Show all comments