Hey everyone!
I was working on this, too, and Ellucian and I were stumped. I had a stroke of brilliance (mostly luck) and thought about the manual accounts.csv import files.
My fix was that I needed to do a manual import of the accounts.csv file and set the ID for each of the sub-accounts before syncing any courses. Once I did that, it worked.
|
account_id
|
parent_account_id
|
name
|
status
|
|
ESL
|
|
ESL
|
active
|
It's a bit of manual work on my end to set it up, because I need to know all the account_ids to import before syncing, but once set up, it synced perfectly!
I had to work with Ellucian to figure out the custom category format of what data in Ellucian Colleague (through ILP) that we wanted to organize by, but one we got that piece working, then I just needed to set the account_ids to match the category and voila!
We set our custom course category format to [<$.secLocalGovtCodes>] because we wanted to organize by the Local IDs field on the SECT form in Colleague.
Data : {
"id": "(hidden)",
"label": "(hidden)",
"title": "(hidden)",
"parent": "(hidden)",
"credits": 1,
"endDate": "(hidden)",
"subject": "(hidden)",
"category": "ESL",
"location": "Trevecca Nazarene University",
"startDate": "(hidden)",
"department": "(hidden)",
"description": "(hidden)",
"departmentId": "(hidden)",
"academicPeriod": "(hidden)",
"maxNumberOfStudents": 24
}
I apologize for the jumbled brain dump of a comment, but I hope this helps other people get this working for their own structure!
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.