Retrieving or generating JSON file containing outbound transaction errors
- Open the REST client application.
- Create a new collection and add a new request to open the Request tab.
- 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
- Locate the Authorization and select OAuth 1.0 value in the Type.
- 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.
- 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
- Go to Body and select raw.
- Click Send. Result of the update will display in the Response section.