Schedule New Course through AE using Component Interface
We are trying to load courses into PeopleSoft from an InfoSilem TimeTabler external file. The GUI uses component CLASS_DATA_NEW, so we created a component interface based on that component. Has anyone successfully created a component interface based on CLASS_DATA_NEW? We are unable to save the component. It appears that that CLASS_ASSOC collection in the component interface acts differently than it does when using the GUI. In the component interface, multiple records show up in the buffer, each with an additional key value (SESSION_CODE and ASSOCIATED_CLASS) filled in. This seems to be happening as it executes underlying PeopleCode. The GUI seems