Retrieving or generating JSON file containing outbound transaction errors

  1. Open the REST client application.
  2. Create a new collection and add a new request to open the Request tab.
  3. In the URL bar, select GET and specify the corresponding URL:

    To generate JSON file that will contain Error Log list, specify

    https://<host>/mscmdata/service/data/ErrorLog/list

    To generate JSON file containing Error Log list with filtered date, specify:

    https://<host>/mscmdata/service/data/ErrorLog/list?filters=CREATION_DT::yyyymmdd or

    https://<host>/mscmdata/service/data/ErrorLog/list?filters=CREATION_DT::yyyymmddhhmm (hh in 24 hr format)

    To generate JSON file with Message type and error message, specify:

    https://<host>/mscmdata/service/data/ErrorLog/list?fields=MESSAGE_TEXT,TYPE

  4. Locate the Authorization and select OAuth 1.0 value in the Type.
  5. In the Consumer Key and Consumer Secret fields, specify the Authorization Public Key and the Authorization Secret Key values respectively. These values can be found in MSCM Service Page > Additional Settings > Data Service Properties.
  6. In the Headers, specify this information in the Key and Value columns:

    Key: X-Infor-TenantId

    Value: <Tenant ID value>

    Key: Accept

    Value: text/csv

  7. Go to Body and select raw.
  8. Click Send. Result of the update will display in the Response section.