Multiple attributes like Fullname, Function, Alias, Default-Date Format etc… are not getting populated when SAP account is provisioned. I am able to see these attributes getting populated (as expected)on the plan- through search query. Any ideas?
Hey Priyanka , how are you?
How are you doing the Create provisioning policy?
can you post it?
Best!
hello @ipobeidi ,
am doing good. Here is provisioning policy
{
"name": "Account",
"description": null,
"usageType": "CREATE",
"fields": [
{
"name": "User Name",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "userIdConcise"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "First name",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "firstname"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Last name",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "lastname"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Fullname",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "displayName"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "User Valid From",
"transform": {
"attributes": {
"id": "SAP_Calculate_ValidFrom"
},
"type": "reference"
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "User Valid To",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "sapEndDate"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Default-Date Format",
"transform": {
"type": "static",
"attributes": {
"value": "2"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "LOGON TIME ZONE",
"transform": {
"type": "static",
"attributes": {
"value": "CST"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "DATE FORMAT",
"transform": {
"type": "static",
"attributes": {
"value": "2"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Default-Decimal Notation",
"transform": {
"type": "static",
"attributes": {
"value": "X"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Default-Delete After Printing",
"transform": {
"type": "static",
"attributes": {
"value": "D"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Default-Logon LANGUAGE",
"transform": {
"type": "static",
"attributes": {
"value": "EN"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "FUNCTION",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "title"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Default-Tzone",
"transform": {
"type": "static",
"attributes": {
"value": "TBD"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Output Device",
"transform": {
"type": "static",
"attributes": {
"value": "LOCL"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Communication type",
"transform": {
"type": "static",
"attributes": {
"value": "RML"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "E-Mail",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "workEmailSync"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Department",
"transform": {
"type": "static",
"attributes": {
"value": "1234"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "password",
"transform": {
"type": "static",
"attributes": {
"value": "P@ssw0rd123432!"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Contractual User Type ID",
"transform": {
"type": "static",
"attributes": {
"value": ""
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "accountNumber",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "identificationNumber"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "costcenter",
"transform": {
"type": "static",
"attributes": {
"value": "12345"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Street Address",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "streetAddress"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "City",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "street"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Country",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "country"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Postal Code",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "postalCode"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Region",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "state"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Code",
"transform": {
"attributes": {
"id": "SAP_Calculate_Code"
},
"type": "reference"
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
},
{
"name": "Alias",
"transform": {
"type": "identityAttribute",
"attributes": {
"name": "displayName"
}
},
"attributes": {},
"isRequired": false,
"type": "string",
"isMultiValued": false
}
]
}
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.