Reltio Connect

 View Only

Prevent change in Sequence value at the time of addition of different crosswalk

  • 1.  Prevent change in Sequence value at the time of addition of different crosswalk

    Posted 9 days ago

    Hi team ,

    We have used a sequencer value for a column like below :-

     

    {
    "label": "Column",
    "name": "Column",
    "type": "String",
    "hidden": false,
    "important": false,
    "system": false,
    "required": true,
    "faceted": true,
    "searchable": true,
    "autoGenerated": true,
    "generator": "SEQ_Column_ID",
    "autoGenerationPattern": "{value}",
    "generateIfEmpty": true,
    "generateIfNotEmpty": false,
    "generatedValueUniqueForCrosswalk": true,
    "attributeOrdering": {
    "orderType": "ASC",
    "orderingStrategy": "LUD"
    },
    "cardinality": {
    "minValue": 0,
    "maxValue": 1
    },
    "uri": "configuration/entityTypes/entity/attributes/Column",
    "skipInDataAccess": false
    }
     
    Now whenever there is any new crosswalk is being added for the same entity ,the sequence value is changing which we don't want .
    Please let us know how to preserve the same sequence value for the column for a specific entity even if there are different crosswalks are being added to the same. 


    ------------------------------
    Utsa Das
    Novartis
    ------------------------------