About this document
Dynamic Prompt Tables in PeopleSoft by nkravuri is a document available to read on EtoBox.
The document discusses how to dynamically assign a prompt table for a record field depending on the value of a drop down field. It describes using the EDITTABLE field on the derived record to specify the prompt table, and assigning the table name to this field using PeopleCode based on the drop down value. For example, if the drop down value is "Permission list" it would set EDITTABLE = "PSCLASSDEFN_SRC", if "Role" then EDITTABLE = "PSROLEDEFN_SRCH". This allows choosing different prompt tables at runtime b
- Author
- nkravuri
- Language
- EN