Passing data from one widget on one page to another widget which is from different page

priyankar umesh
Tera Contributor

I have one page i.e. primary page which contains widget named primary widget. I have one another page called secondary page which contains widget named secondary widget. My requirement is:

Once I will click send button on primary widget, it should send data to secondary page widget (i.e. secondary widget).

 

Is it possible to achieve? Please help me. 

I am attaching screenshot for reference.

 

1 ACCEPTED SOLUTION

@priyankar umesh  if you have opened both the pages in different pages on the browser and trying to pass information, this is not possible unless you are updating any record in the first widget and in the second page widget you are using record watch to check for live updates.

Just sending a text/message is not possible.

Please mark this as helpful /  accepted solution if it resolves your query.

Thanks & Regards

Veer

 

View solution in original post

6 REPLIES 6

@priyankar umesh  if you have opened both the pages in different pages on the browser and trying to pass information, this is not possible unless you are updating any record in the first widget and in the second page widget you are using record watch to check for live updates.

Just sending a text/message is not possible.

Please mark this as helpful /  accepted solution if it resolves your query.

Thanks & Regards

Veer

 

priyankar umesh
Tera Contributor

Thank you for your help. Yes I also think its not possible.