Privacy Data lineage customizationsSetting node level limit in data lineage : In "sys_properties" table there is a property named "sn_privacy.nodemap.maxLevel". Default value is set to 5. Configuring a new option for "Related to" field: In "sn_privacy_asset_node" table add a new choice for "asset_type" field:Changes in UI Builder page of data lineage (<instance>/now/builder/ui/edit/experience/582300ed0771201054685d3f0ad30016/050db173c3514610f88061ba3c40ddde/110db973c3514610f88061ba3c40dd60): Append a new object in the "newNodeListConfiguration" client state parameter with the following details: Key of the object: Value of the new choice added previously{ "columns": Comma separated table column names to be displayed, "label": Display name of the table, "listTitle": Title of the related list to be displayed, "table": table name for this choice } Changes in "createNode" client script: In Line 77, add the value of the new choice added in the array Changes in UIB page of Hierarchy tab -> Create modal (<instance>/now/builder/ui/edit/pc/3376641398882110f8773baca70e2045/b48f2e8293aa02104d781f1044891858/b48f2e8293aa02104d781f104489185d): Append a new object in the "newNodeListConfiguration" client state parameter with the following details: Key of the object: Value of the new choice added previously{ "columns": Comma separated table column names to be displayed, "label": Display name of the table, "listTitle": Title of the related list to be displayed, "table": table name for this choice } Changes in "createNode" client script: In Line 55, add the value of the new choice added in the array Configuring a new option for "Relationship Type" field: Create a new record in the "sn_grc_choice" table with the below details: Choice category = Relationship Typename = unique value for the choiceLabel = display value of the choiceOrder = numeric order of display Cache information: The below scoped caches (sys_scoped_cache) are used to cache the nodemap data: PRIVACY_NODEMAP (sys_id = 3e83a54393c202108f8e1f10448918e2)PRIVACY_NODES_EDGES (sys_id = b09e99cb938202108f8e1f1044891878) Related UI Builder pages: Data lineage : <instance>/now/builder/ui/edit/experience/582300ed0771201054685d3f0ad30016/050db173c3514610f88061ba3c40ddde/110db973c3514610f88061ba3c40dd60Data lineage node: <instance>/now/builder/ui/edit/experience/582300ed0771201054685d3f0ad30016/7182d637c3514610f88061ba3c40dda4/f98292f7c3914610f88061ba3c40dd10Hierarchy tab:<instance>/now/builder/ui/edit/pc/39e4e456312f5110f877707813070e88/f1dd5d7593a202104d781f1044891823/c6dd5d7593a202104d781f1044891828Create modal in hierarchy tab:<instance>/now/builder/ui/edit/pc/3376641398882110f8773baca70e2045/b48f2e8293aa02104d781f1044891858/b48f2e8293aa02104d781f104489185d