Detailed Result View
The result post back to SAP Fieldglass only contains information relative to the status of each screening activity. Conversely, the detailed result view is a way for the user to get back to the screening company’s website to obtain all of the detail, if needed.
Post Method
The detailed result view is initiated in the SAP Fieldglass application when a supplier clicks the View Detail Result link. An HTTPS URL post is invoked in a new browser window and a URL is posted authenticating the user on the screening company’s website and taking them to the detailed view of results.
URL Data Elements
|
Element |
Description |
|---|---|
|
Address |
Destination for the post. Will be consistent for all requests per screening provider. https://www.bgcprovider.com/detailReportView? |
|
CustomerID |
Client number for the supplier company assigned by BGC Provider. Configured against supplier company. |
|
MemberNumber |
Username given by BGC provider. All users of a given supplier company use the same username. Configured against supplier company. |
|
ID14 |
Value of ‘true’ represents that the passkey value is evaluated. Otherwise, any other value can be used during testing phase that excludes evaluation of the passkey. |
|
Passkey |
Hashed string for authentication. |
|
UniqueID |
Unique ID representing the candidate order in BGC Provider's system. |
|
Type |
Hardcoded ‘r’ for read-only. |
Sample Post
https://www.bgcprovider.com/detailReportView? CustomerID=7733&MemberNumber=mm1&ID14=true&passkey={hashstring}&uniqueId=232323&type=r