hey guys,
i have a clarification, what is the difference between derived and temporary records? both of them doesn't have rows on the database correct? but can you put some PC on temp records or is it only applicable to derived records?
also, what are the datatypes that are available when creating a field on peopletools?
thanks!
-g
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 |
To know more about temp tables please check out the attached doucment on this post.
I think your answer is here :)
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
The above post answers the query. Briefly put, the significant difference between temporary and the derived records is that the Derived record is not a Database object. It cannot have a physical database table. It cannot be 'built'
Whereas temporary table will have a physical table 'built' in the database. But the proceses like Application Engine clears them once the process is over. Also there can be multiple versions created and maintained for a single Temporary table to handle concurrency and avoid locking of the tables.
Regards,
Rao.
Regards,
Mutyala Rao
Thank you for the replies. It really helped!