Hi All,
We had a requirement to create a custom role to Initiate Change request and few Attributes should be read only.
we created a custom role , when an user can create a profile in Suggest Mode.
while an user is creating a profile with the above mentioned access, he is able to Suggest a profile whereas he is unable to add Relationships while Suggesting a new Profile through Reltio UI.
Attached the Role Definition and below is the UI Screenshot For Reference.

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"
]
}
]
},
{
"uri": "configuration/relationTypes/InvestmentCapitalPool",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/LoanProperty",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/PropertyInvestment",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/LoanCapitalPool",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/LoanInvestment",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/TransactionCapitalPool",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/TransactionInvestment",
"permissions": [
{
"role": "BPG_MDM_SUGGEST",
"access": [
"READ",
"INITIATE_CHANGE_REQUEST"
]
}
]
}
]
------------------------------
Karthik
PWC
------------------------------