function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
rehan_moodrehan_mood 

Posting data between two inline VF pages on standard layout

Hi, I have a scenario where I am stucked. I have two inline VF Pages from some action on the first page I want to display a message on the second page. Anyone, Any help Please! Thanks, Rehan
Jia HuJia Hu
Can you post your code?
rehan_moodrehan_mood

Hi Jia,

 

Thanks for you reply.

 

Acctually there is an standard page layout of opportunity. There is an inline VF page (Page 1) which inserts/updates child item for that record. Now what I want is a user clicks save/update button on that VF page, then standards page must postback & show some message on that standard page.

 

Since I cannot show any message on standard page. I created another inline VF page (Page 2) & decided to show message on that page. But problem is, I have to show that message only when user click save/update button on previous VF page(Page 1).

 

VF page (Page 2) only contain save/update method & VF page (Page 1) only contain <apex:pageMessage /> & extension which displays message only.

 

What part of code do you need for review?

 

Thanks,

Rehan