Tomer Medina
Tomer Medina

Reputation: 11

Peoplesoft Component Interface

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

Answers (1)

qyb2zm302
qyb2zm302

Reputation: 6458

Upon create() method for keys an error shows

ERROR : Invalid value for key with Prompt table in Search Edit. (91,78)

  1. 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

  2. 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 enter image description here see PeopleBooks "Use Properties" on "Setting Component Properties")

  3. 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

  4. On same search record from #3 above, switch to "Edits Display" mode to see the prompt table for each key. enter image description here

  5. 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

Related Questions