mirror of
https://github.com/forcedotcom/afv-library.git
synced 2026-08-07 00:02:34 +08:00
151 lines
4.4 KiB
JSON
151 lines
4.4 KiB
JSON
{
|
|
"sections": [
|
|
"title",
|
|
"description",
|
|
"fields",
|
|
"special_access_rules",
|
|
"usage",
|
|
"field_reference"
|
|
],
|
|
"title": "EmpUserProvisioningProcess - Data API",
|
|
"description": "Represents an employee-user provisioning process. This object is available in API version 52.0 and later.",
|
|
"fields_columns": [
|
|
"type",
|
|
"properties",
|
|
"description"
|
|
],
|
|
"fields": {
|
|
"EndTime": {
|
|
"type": "dateTime",
|
|
"properties": "Create, Filter, Nillable, Sort, Update",
|
|
"description": "The date and time that the user provisioning process ended."
|
|
},
|
|
"ErrorRecordCount": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The number of records that encountered an error during the user provisioning process."
|
|
},
|
|
"LastReferencedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The date and time when the user provisioning process was last referenced, with a precision of one second."
|
|
},
|
|
"LastViewedDate": {
|
|
"type": "dateTime",
|
|
"properties": "Filter, Nillable, Sort",
|
|
"description": "The date and time when the user provisioning process was last viewed, with a precision of one second."
|
|
},
|
|
"Name": {
|
|
"type": "string",
|
|
"properties": "Autonumber, Defaulted on create, Filter, idLookup, Sort",
|
|
"description": "The name of the user provisioning process."
|
|
},
|
|
"ProcessStatus": {
|
|
"type": "picklist",
|
|
"properties": "Create, Filter, Group, Nillable, Restricted picklist, Sort, Update",
|
|
"description": "The status of the user provisioning process. Possible values are: Aborted Cancelled Failed Finished Initializing Processing Queued"
|
|
},
|
|
"StartTime": {
|
|
"type": "dateTime",
|
|
"properties": "Create, Filter, Nillable, Sort, Update",
|
|
"description": "The date and time that the user provisioning process started."
|
|
},
|
|
"SuccessRecordCount": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The number of records that were successfully provisioned during the user provisioning process."
|
|
},
|
|
"TotalRecordCount": {
|
|
"type": "int",
|
|
"properties": "Create, Filter, Group, Nillable, Sort, Update",
|
|
"description": "The total number of records in the user provisioning process."
|
|
}
|
|
},
|
|
"special_access_rules": "This object requires a Workplace Command Center add-on license, or an Employee Experience add-on license.",
|
|
"usage": "Use the EmpUserProvisioningProcess to view the status of an employee-user provisioning process.",
|
|
"field_reference": {
|
|
"CreatedById": {
|
|
"field_label": "Created By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"CreatedDate": {
|
|
"field_label": "Created Date",
|
|
"type": "datetime"
|
|
},
|
|
"CurrencyIsoCode": {
|
|
"field_label": "Currency ISO Code",
|
|
"type": "picklist",
|
|
"length": "3"
|
|
},
|
|
"EndTime": {
|
|
"field_label": "End Time",
|
|
"type": "datetime"
|
|
},
|
|
"ErrorRecordCount": {
|
|
"field_label": "Error",
|
|
"type": "int",
|
|
"digits": "9"
|
|
},
|
|
"Id": {
|
|
"field_label": "Employee User Provisioning Process ID",
|
|
"type": "id",
|
|
"length": "18"
|
|
},
|
|
"IsDeleted": {
|
|
"field_label": "Deleted",
|
|
"type": "boolean"
|
|
},
|
|
"LastModifiedById": {
|
|
"field_label": "Last Modified By ID",
|
|
"type": "reference",
|
|
"length": "18"
|
|
},
|
|
"LastModifiedDate": {
|
|
"field_label": "Last Modified Date",
|
|
"type": "datetime"
|
|
},
|
|
"LastReferencedDate": {
|
|
"field_label": "Last Referenced Date",
|
|
"type": "datetime"
|
|
},
|
|
"LastViewedDate": {
|
|
"field_label": "Last Viewed Date",
|
|
"type": "datetime"
|
|
},
|
|
"Name": {
|
|
"field_label": "Process Number",
|
|
"type": "string",
|
|
"length": "255"
|
|
},
|
|
"ProcessStatus": {
|
|
"field_label": "Status",
|
|
"type": "picklist",
|
|
"length": "255"
|
|
},
|
|
"StartTime": {
|
|
"field_label": "Start Time",
|
|
"type": "datetime"
|
|
},
|
|
"SuccessRecordCount": {
|
|
"field_label": "Success",
|
|
"type": "int",
|
|
"digits": "9"
|
|
},
|
|
"SystemModstamp": {
|
|
"field_label": "System Modstamp",
|
|
"type": "datetime"
|
|
},
|
|
"TotalRecordCount": {
|
|
"field_label": "Total",
|
|
"type": "int",
|
|
"digits": "9"
|
|
}
|
|
},
|
|
"field_reference_columns": [
|
|
"field_label",
|
|
"type",
|
|
"length",
|
|
"digits"
|
|
]
|
|
} |