Original Message:
Sent: 07-27-2023 06:29
From: Karthik karthik
Subject: Custom Role for Reviewing a Profile
Change Request are not assigning to the user and user is not getting listed in the assignee list
The information transmitted, including any attachments, is only for the intended recipient and may contain confidential and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited, and all liability arising therefrom is disclaimed. If you received this in error, please contact the sender and delete the material from any computer and destroy any copies.
If the content of this email includes tax advice, the advice is limited to the matters specifically addressed herein and is not intended to address other potential tax consequences or the potential application of tax penalties.
PwC refers to one or more US member firms of the PwC network. Each member firm is a separate legal entity. Please see www.pwc.com/structure for further details.
Original Message:
Sent: 7/27/2023 6:26:00 AM
From: Gowthamprabhu Sivaraj
Subject: RE: Custom Role for Reviewing a Profile
Hi Karthik,
When you say not working, does it mean the change requests are not assigned to the user having that role or the user is getting error while approving the request ?
------------------------------
Gowthamprabhu Sivaraj
AstraZeneca
Original Message:
Sent: 07-27-2023 06:07
From: Karthik karthik
Subject: Custom Role for Reviewing a Profile
Hi All,
We had a requirement to create a Custom Role that serve the same purpose like ROLE_REVIEWER system Role, where are Few Attributes need to be Read Only , But the created role is not working as excepted for us,
Please suggest me where i am doing wrong in Role creation
created the below Role Definition.
[{
"uri": "configuration/entityTypes/CapitalPool",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/entityTypes/CapitalPool/attributes/CapitalPoolID",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"READ"
]
}]
},
{
"uri": "configuration/entityTypes/Investment",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/entityTypes/Investment/attributes/InvestmentID",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"READ"
]
}]
},
{
"uri": "configuration/entityTypes/Transaction",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/entityTypes/Loan",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/entityTypes/Property",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/InvestmentCapitalPool",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/LoanProperty",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/PropertyInvestment",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/LoanCapitalPool",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/LoanInvestment",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/TransactionCapitalPool",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
},
{
"uri": "configuration/relationTypes/TransactionInvestment",
"permissions": [{
"role": "BPG_MDM_REVIEWER",
"access": [
"CREATE", "UPDATE", "DELETE", "MERGE", "ACCEPT_CHANGE_REQUEST"
]
}
]
}
]
------------------------------
Karthik
PWC
------------------------------