Reltio Connect

 View Only
  • 1.  Customising LCA error messages

    Founding Member
    Posted 02-15-2023 13:54

    Whenever there is an exception in the before save LCA action, the default error message is shown in the UI , though the error message contains the exception description, there are also other information shown.  Is it possible to customise the font, the message and the banner colour of the exception ? 
    Thank you .



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



  • 2.  RE: Customising LCA error messages

    Reltio Employee
    Posted 02-23-2023 08:19

    Hi @Gowthamprabhu Sivaraj ,

    Thank you for reaching out to community 

    for the UI you should use the validation service(validate hook) instead of the beforesave since currently it is not possible 

    Please use the Validate hook you will be able to see the validation clearly in the UI 

    Also try using the DVF error action from the data modeler for the entity types 

    here I have defined firstname as mandatory and record will not be saved when the firstname is populated 

    be sure that you need to enable the validate hook with dvf lca into data model for entity type for this functionality work

    "lifecycleActions": {
       "validate": [
         "Reltio/DVFAction"
       ],
       "beforeSave": [
         "Reltio/DVFAction"
       ]
     }



    ------------------------------
    Shivaputrappa Patil
    ------------------------------



  • 3.  RE: Customising LCA error messages

    Reltio Employee
    Posted 02-23-2023 12:09

    @Gowthamprabhu Sivaraj More details on you can refer with our documentation 

    https://docs.reltio.com/en/model/cleanse-data/validate-cleansed-data/data-validation-function/revalidation-task-to-evaluate-data-validation-functions/manage-data-validation-functions



    ------------------------------
    Shivaputrappa Patil
    ------------------------------