PeopleSoft Network group is based to regroup PeopleSoft consultants and end-users to share and exchange ERP knowledge with tips and techniques to master PeopleSoft ERP
In a Component Interface while calling the create method, when an invalid value is entered in a record field(create key) having Prompt Table with Edit, the data gets saved. In other words, Save() method executes successfully though there is an invalid value entered in the create key with a Prompt Table Edit.
This happens because while assigning value to the create key, the CI is still uninstantiated and the prompt table edit does not get executed then. The invalid value is accepted by the system as the validation does not happen against the prompt table.
Peoplesoft Network
111 members
Description
PeopleSoft Network group is based to regroup PeopleSoft consultants and end-users to share and exchange ERP knowledge with tips and techniques to master PeopleSoft ERP
Prompt Edit on Create Keys does not work on Component Interfaces
by Philip Calvert
Jan 13, 2014
In a Component Interface while calling the create method, when an invalid value is entered in a record field(create key) having Prompt Table with Edit, the data gets saved. In other words, Save() method executes successfully though there is an invalid value entered in the create key with a Prompt Table Edit.
This happens because while assigning value to the create key, the CI is still uninstantiated and the prompt table edit does not get executed then. The invalid value is accepted by the system as the validation does not happen against the prompt table.
Read Further: http://peoplesoftwiki.blogspot.com/2013/08/prompt-edit-on-create-ke...