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 |
Because normally state record are keyed by Process Instance (Single key) so while running AE we can not have two Process instance for a single user that's why it have single row and it also designed like that
simrose is right, one row per user/process instance. So practically, a state record can have more than one row but for different process instance. Think about a state record fields as a "variable" in any other programing language, even in peoplecode. Each variable can store one and only one value. For example if on line 5 in your program you have &name = my_name; and then on line 25 you have &name = your_name; then you end up with only one value and that is &name = your_name.
More info on application state record @ this forum topic http://www.compshack.com/forum/peoplesoft/peoplesoft-technical/state-record
Give back to the community and help it grow!
* Help with unanswered forum questions and issues
* Register or login to share your knowledge at your own blog