With the Box Connector, I'm having a difficult time getting the BOX_FOLDERPATH in particular to populate in the ControlPoint Location Field. I was able to get the field moved to an additional field(ControlPointMetadata.Additional) that does export for sorting purposes. But the CP Location field will have additional value since it is part of the Master/Duplciate SQL report used by the business for reference purposes.
I'm using separate Dictionary.xml files for the Connector and the Framework and I have not been able to get the right mapping that sends the path to the out-of-the-box CP Location field.
Connector:
<Field name ="BOX_FOLDERPATH"><Move name="AU_REPOSITORY_METADATA_FOLDERPATH_STRING/></Field>
Framework:
<Field name="BOX_FOLDERPATH" standardized="AU_REPOSITORY_METADATA_FOLDERPATH_STRING/></Field>