Title | Under | Posted on |
---|---|---|
Component interface Error: no rows exist for the specified keys | PeopleSoft Technical | 03/15/2019 - 3:54am |
ADD 24 months starting from current month.(peoplesoft) | PeopleSoft Functional | 07/29/2018 - 8:44pm |
TRC values dropdown | PeopleSoft Technical | 04/04/2018 - 12:54am |
how to find missing sequence in GRID and print the mising sequence number while saving through peoplecode | PeopleSoft Technical | 09/11/2017 - 4:49am |
do you mean diffferent pages in the same component or different component?
hi!!its the different page in the same component
Thanks,
Ashok
If its in same component, then the value will be in component buffer. you can access it the same way you access the values on the same page.
thanks Ashar!!i've got it.One more one,if its in another component,then how can we get them??
Use component level varible and assign the values to these variables.
And where ever you want to access these variable, first use same declare statement and you can pull the value from that variable
Component integer &name;
&name = ps_personal_data.name;