Reltio Connect

 View Only
  • 1.  Custom Cleanse Config

    Reltio Partner
    Posted 13 days ago

    Hi Team,

    We have a requirement to implement custom cleanser for an identifier ID. I have developed the custom cleanse function and raised Reltio support ticket for deploying the custom jar. Meanwhile, I am doing POC with the OOTB cleanse functions, precisely, PatternBasedFieldBuilder Function on Identifier ID. While creating  a profile, post save i saw only the Identifier ID and not the Identifier Type. I want both the values to be populated once I hit save. Can someone guide me with the process.



    ------------------------------
    Sharmistha Roy
    Fresh Gravity
    ------------------------------



  • 2.  RE: Custom Cleanse Config

    Reltio Employee
    Posted 7 days ago

    Hello Sharmistha,

    It sounds like the custom cleanser is for the Identifier ID. How is the Identifier Type going to be populated?



    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------



  • 3.  RE: Custom Cleanse Config

    Reltio Partner
    Posted 6 days ago

    We want Identifier Type to hard code to "ShowCode". Is it possible?



    ------------------------------
    Sharmistha Roy
    Fresh Gravity
    ------------------------------



  • 4.  RE: Custom Cleanse Config

    Reltio Employee
    Posted 6 days ago

    Does it need to be defaulted for only when changes are made in the UI? If so, you could try using the defaultValue parameter.

    {
                                "label": "Type",
                                "name": "Type",
                                "description": "Name of the type of identifier issued to the individual",
                                "type": "String",
                                "hidden": false,
                                "important": false,
                                "system": false,
                                "faceted": true,
                                "searchable": true,
                                "attributeOrdering": {
                                    "orderingStrategy": "LUD"
                                },
                                "defaultValue": "ShowCode",
                                "uri": "configuration/entityTypes/Individual/attributes/Identifiers/attributes/Type",
                                "lookupCode": "rdm/lookupTypes/IdentifierTypes",
                                "skipInDataAccess": false
                            },


    ------------------------------
    Bryant Barrenechea
    Solution Architect | Professional Services
    ------------------------------