1

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.

  • 1
    Welcome to stackoverflow. You need to be more specific to get good answer. Please read help center how to ask section. – Mehmet Sunkur Jan 22 '18 at 07:04
  • Hello @MehmetSunkur This is what I need to do. I need to insert data from v 8.x to 9.x using Component Interface. Component Interface already exist in ptools. Data of 8.x added to schema PRODXX – Tomer Medina Jan 22 '18 at 07:44

1 Answers1

0

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)

Community
  • 1
  • 1
qyb2zm302
  • 6,458
  • 2
  • 17
  • 17