Manually uploading PCF data for suppliers
Your suppliers can use a CSV template to populate their PCF data. When you receive the CSV file with the data, upload it to Envizi Supply Chain Intelligence on the Job Management page.
Before you begin
About this task
Suppliers are defined during the initial load of PCF requests CSV file and are maintained on an ongoing basis by uploading data to Cloud Object Storage.
The upload of the CSV file with the PCF data updates a ComplianceRecord
object.
The following table describes the fields of the product object, which is configured during onboarding.
Field name | Data type | Display name | Example | Description | Required |
---|---|---|---|---|---|
supplier. |
String reference to
Organization. . |
Supplier ID | Supplier 123 | The organization that provided the PCF data. | Required |
compliance |
String | Compliance record type | PCF | A type of compliance record. For example, a certification or score. | Required |
sourceType |
String | Source type | Supplier | The type of source data that is used. For example SpendFactor, AverageFactor, or Supplier. | |
product. |
String | Product ID | BBG-3256 | The unique identifier for the product. | Required |
record |
Record identifier | Record identifier | UUID-123 | The unique identifier for the record. | Required |
validFrom |
DateTime |
Valid from | 2023-06-28T14:30:36+0000 | The date and time from which this record can be used. The format is ISO 8601. | Required |
validTo |
DateTime |
Valid to | 2023-06-28T14:30:36+0000 | The date and time to which this record can be used. The format is ISO 8601. | Required |
score |
Float | Score | 100 | The score or PCF calculation that is associated with the compliance record. | Required |
score |
String | Score calculation method | Industry factor | The method that is used to calculate the compliance record score. | Recommended |
score |
Float | Score primary data ratio | 0.08 | An amount of primary data that is relative to the amount of nonprimary data. | Required |
score |
Float | Score variance | 1.2 | The variability of the compliance record score. | Required |
The following example is an excerpt from the sample CSV file for the ComplianceRecord object. The
object is defined in the data
dictionary.
supplier.organizationIdentifier,complianceRecordType,sourceType,product.partNumber,recordIdentifier,validFrom,validTo,score,scoreCalculationMethod,scorePrimaryDataRatio,scoreVariance,sourceUrlLink.url
"McGrey","PCF","Supplier","LLP-4045",,,,,,,,
"McGrey","PCF","Supplier","CLD-6478",,,,,,,,
"McGrey","PCF","Supplier","PLF-3297",,,,,,,,
Procedure
- After you receive the complete CSV file, from the side navigation menu, click Job Management.
- Click New Job.
- Select Import data and click Next.
- Click Add file and browse to select the PCF requests CSV file.
- Select ComplianceRecord as the object type.
- Review the PCF data and click Import.