Reputation: 11
Im working on Component Interface in Psoft using AE and Pcode.
Upon create() method for keys an error shows
ERROR : Invalid value for key with Prompt table in Search Edit. (91,78)
Does anyone have a big knowledge in peoplesoft specially in component interface. Please help thanks.
Upvotes: 1
Views: 1759
Reputation: 6458
Upon create() method for keys an error shows
ERROR : Invalid value for key with Prompt table in Search Edit. (91,78)
Identify the component used by your Component Interface (can be seen in PeopleTools Application Designer by opening the Component Interface. It will be in the top left position of the left Component Interface pane.) see PeopleBooks
Identify the Search Record used by your Component (can be seen in PeopleTools Application Designer by opening the Component, opening Definition Properties, and opening the "Use" tab to see the Search Record see PeopleBooks "Use Properties" on "Setting Component Properties")
Identify the keys on the Search Record by opening the Record in Application Designer and using the Record Toolbar to see the Record in "Use Display" mode. see PeopleBooks on Record Definitions
On same search record from #3 above, switch to "Edits Display" mode to see the prompt table for each key.
Using information gleaned from steps #3 and #4, double-check the values you are passing in to your create statement to make sure they conform the the field definitions (length, data type) and prompts (list of acceptable values)
Upvotes: 0