Values not getting populated on cliboard in tabbed group layout
Hi ,
I have a tabbed group layout . Two tabs are there. On click of a link in 1st tab, 2nd tab should be opened. To achieve this I have simply done the following,
1.) In the 1st tab, On click of a link I am setting a flag to true i.e. (pyWorkPage.Flag=="true") using a Data Transform, And
2.) In the section, On the 2nd tab's dynamic layout I am adding (pyWorkPage.Flag=="true") in the active when field.
Its working as expected i.e. when I click on the button, its taking me to the 2nd tab, but,
The problem is, "Flag" is not showing on the clipboard. However when i am tracing it, the Flag value is correctly set to true on pyWorkPage, but on clipboard I am not able to see it.
As a matter of fact, none of the values I am setting on the screen in shown on the cliboard (but on tracer everything is fine strangely).
I have already tried with the following-
1. Adding Refresh action on the button and calling DT inside it.
2.Calling DT separately and then adding Refresh action on the button.
3.Adding Post value after Display Refresh action on the button.
4. Save action - I can't use this as this is refreshing the entire screen which is not suitable as per the requirement.
None of them are working.
Any suggestion of what else can be tried?
Thanks in advance.