Hi All,
When we tried to create a profile in Suggest mode , where as we don't see create relation button is not enabled .
is it an excepted behavior , we are custom role.
please find the below Role definition , please do let me know if i am missing anything in Role definition.
[
{
"uri": "configuration/entityTypes/CapitalPool",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/entityTypes/CapitalPool/attributes/CapitalPoolID",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ"
]
}
]
},
{
"uri": "configuration/entityTypes/Investment",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/entityTypes/Investment/attributes/InvestmentID",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ"
]
}
]
},
{
"uri": "configuration/entityTypes/Transaction",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/entityTypes/Loan",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/entityTypes/Property",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST",
"CREATE"
]
}
]
},
{
"uri": "configuration/relationTypes/InvestmentCapitalPool",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST",
"CREATE"
]
}
]
},
{
"uri": "configuration/relationTypes/LoanProperty",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST",
"CREATE"
]
}
]
},
{
"uri": "configuration/relationTypes/PropertyInvestment",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST",
"CREATE"
]
}
]
},
{
"uri": "configuration/relationTypes/LoanCapitalPool",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST",
"CREATE"
]
}
]
},
{
"uri": "configuration/relationTypes/LoanInvestment",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST",
"CREATE"
]
}
]
},
{
"uri": "configuration/relationTypes/TransactionCapitalPool",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST",
"CREATE",
"UPDATE"
]
}
]
},
{
"uri": "configuration/relationTypes/TransactionInvestment",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST",
"CREATE"
]
}
]
}
]
------------------------------
Karthik
PWC
------------------------------