Configure Additional Attributes via Report

This configuration is needed when you want to GET or SET the attributes other than those included out-of-the-box.

SAP Fieldglass configuration

  1. In SAP Fieldglass, go to the existing User Report and select Edit.

  2. Go to Fields > Name and enter the name you want to search for.

  3. Select the magnifying glass to perform the search.

  4. Drag and drop fields from the navigation pane into the Columns area to add it (as a column) to your report.

  5. Select Save.

Connector configuration

  1. Add the new schema attribute by going to the Source > Schema Attribute > New Schema Attribute.

  2. Add the attribute you need and then select Save.

  3. Add the json mapping for the attribute under the <entrykey="jsonPathMappingForReports"> via rest api to the source.

    For example,

Copy
example entry for currency field 
<entry key="Currency">
              <value>
                <Map>
                  <entry key="userReportAttrName" value="Currency"/>
                  <entry key="workerReportAttrName"/>
                </Map>
              </value>
</entry>