Reltio Connect

 View Only
  • 1.  Relationship creation In Suggesting mode

    Reltio Partner
    Posted 07-18-2023 03:31

    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
    ------------------------------


  • 2.  RE: Relationship creation In Suggesting mode

    Reltio Employee
    Posted 10-16-2023 00:49

    As of now - creating relationships in suggest mode is not supported. We are working on to improve this and this capability will be available soon!



    ------------------------------
    Abhradeep Sengupta
    ------------------------------