Reltio Connect

 View Only
  • 1.  Displaying Profiles based on Attribute Value Filters

    Reltio Partner
    Posted 07-26-2023 07:04

    Hi All,

    We have a requirement ,  We have an entity type and we have Status attribute in It , we need to consume all the incoming data from Source and while displaying in MDM UI we need to display only the profiles that has Status as ("Active","Pending").

    is this Achievable, can someone help me in achieving this .



    ------------------------------
    Karthik Athota
    PWC
    ------------------------------


  • 2.  RE: Displaying Profiles based on Attribute Value Filters

    Founding Member
    Posted 07-26-2023 07:07

    Hi Karthik,

    yes, it is possible. You can define a custom role which has permissions just to display only the filtered values. 

    Any user having that Role will be able to view that values.

    I will share some examples. 



    ------------------------------
    Gowthamprabhu Sivaraj
    AstraZeneca
    ------------------------------



  • 3.  RE: Displaying Profiles based on Attribute Value Filters

    Posted 07-31-2023 00:46

    Hi @Gowthamprabhu Sivaraj,
    Could you please share some examples if any, i have implemented based on attributes but not on attribute values. Will be interested to know it.

    Thanks & Regards,



    ------------------------------
    Chetan P
    Lead MDM Specialist
    Freshworks
    Chennai
    ------------------------------



  • 4.  RE: Displaying Profiles based on Attribute Value Filters

    Reltio Partner
    Posted 07-31-2023 05:42

    Hi @Gowthamprabhu Sivaraj

    Can you please share the details on how custom roles can be used to display filtered data  as requested by Karthik ?



    ------------------------------
    Sridhar Raju
    Manager
    PricewaterhouseCoopers
    ------------------------------



  • 5.  RE: Displaying Profiles based on Attribute Value Filters

    Founding Member
    Posted 07-31-2023 08:21

    Hi Sridhar,

    Your role permission should look something like below,

    {
    "role": "DATASTEWARD_AUSTRALIA",
    "filter": "equals(attributes.CountryCode, 'AU')",
    "access": [
    "CREATE",
    "READ",
    "UPDATE",
    "MERGE",
    "ACCEPT_CHANGE_REQUEST"
    ]
    },


    ------------------------------
    Gowthamprabhu Sivaraj
    AstraZeneca
    ------------------------------