In a future release, we want to display the creating agency of a record. The first effort to code this failed for reasons explained in the comment line.
//The line below fails when there is more than one creating organization. Would need to be able to test for a deal with an array before displaying.
//$("#recent").append("</br> Creating Organization: " + response.opaResponse.results.result[i].description.fileUnit.parentSeries.creatingOrganizationArray.creatingOrganization.creator.termName);
I won't work on this enhancement until our thumbnail issue is solved.
In a future release, we want to display the creating agency of a record. The first effort to code this failed for reasons explained in the comment line.
I won't work on this enhancement until our thumbnail issue is solved.