"Hi Chuck,
You do not need to create component interfaces. There are component interfaces already delivered by Peoplesoft. You can use PROJECT_INTFC_PROJ to load projects, PROJECT_INTFC_ACT to load activities, and PROJECT_STG_RESOURCES to load…"
"This wierd behavior is quite common. One of the reason for this is the sequence number of the CI properties. As a workaround you need to recreate a new CI with no properties and then add each field individually in the sequence that works. The same…"
"The ExcelToCI action mode is recognized within the SOAPTOCI application class only. Within that class the appropriate component interface and component actions are selected. If you wish to retain the ExcelToCI action, you can modify the SOAPTOCI…"
I created a Component Interface and have an ExcelToCI that I am using to upload projects and activities. I am using two prompt tables on the record, one for the project_id and one for the activity_id. When I test the CI in App Designer and put in a bogus Project, App Designer produces an error which is what I would expect because it doesn't exist in my underlying prompt table. However, when trying to upload the same bad Project and Activity via ExcelToCI, ExcelToCI successfully submits it to my…See More