Hi Jeff,
We have a problem when updating SSA field in ASP page. Like:
txCourseRun = eWare.CreateRecord("CourseRun");
...
txCourseRun.corrun_runcode = "ABC";
...
txCourseRun.SaveChanges();
corrun_runcode is the SSA field.
The "ABC" exists in the source table.
It seems that the system stopped on the line code and then throw error page 500.
I've searched from the article collection about this, but I couldn't find it.
Please help.
Thank you.