Reltio Connect

 View Only
  • 1.  How to Configure a Simple Attribute with a Default Value

    Reltio Partner
    Posted 12-20-2022 14:56
    Hi everyone!

    I need to create a simple attribute with a default value. In the L3 config (see the below example), I was adding a parameter and setting a default value but it is not working. Can anyone please help me? 

    Thanks,
    Eren

    ```
    {
    "label": "Unit of Measure",
    "name": "UnitOfMeasure",
    "type": "String",
    "hidden": false,
    "important": false,
    "system": false,
    "required": false,
    "faceted": false,
    "searchable": false,
    "uri": "configuration/entityTypes/PriceSpecification/attributes/UnitOfMeasure",
    "lookupCode": "rdm/lookupTypes/UnitOfMeasure",
    "skipInDataAccess": false,
    "defaultValues" : "EA"
    },
    ```


  • 2.  RE: How to Configure a Simple Attribute with a Default Value

    Reltio Employee
    Posted 01-09-2023 19:44
    The defaultValue parameter is only recognized through the Reltio UI.  If you are loading data via API or another interface you need to set the default value in your integration.