There exists a write XML from unknown origin, which inserts/updates a login (Administration > Resources) user's middle name field, but not the (Home > Resource Management > Resource ) middle name field.
Steps To Reproduce
1. Use a XOG write XML to update the middle name for an example resource.
2. Ensure the middle name field is present and assigned a value.
3. XOG using the XML file as input.
Actual:
CMN_SEC_USERS.middlename is populated.
SRM_RESOURCES.middlename is not populated.
Expected:
Both should be populated.
In reviewing/testing XOG files:
rsm_resources_read.xml
rsm_resources_write.xml
cmn_users_read.xml
cmn_users_write.xml
There is not a middle name field in the <PersonalInformation section of either OOTB/stock file, i.e.
the middlename is not available in the write XML file.
This is not a defect because as per the file: CLARITY_INSTALL/xog-unzipped/xsd/nikuxog_resource.xsd, it is documented:
<xs:documentation xml:lang="en">
lastName - The last name of a Labor Resource. The name of a Non-Labor Resource.
firstName - The first name of a Labor Resource
emailAddress - The email address of a Resource
displayName - The name of a Non-Labor Resource. No longer supported for import for Labor Resources.
middleName - Deprecated: No longer supported for import
</xs:documentation>