Question

Disable link on lookup field

Hello Support,

 

Is there any config setting to disable rendering link on page on lookup field ?

 

I would like to have only display value and loupe icon (without drilldown option to detail page).

 

Regards,

Marcin

Like 0

Like

4 comments
Best reply

Add   "showValueAsLink": false   in diff



      

      {
                "operation": "insert",
                "name": "someLookup",
                "values": {
                    "layout": {
                        "colSpan": 24,
                        "rowSpan": 1,
                        "column": 0,
                        "row": 1,
                        "layoutName": "Header"
                    },
                    "bindTo": "UsrField",
                    "enabled": false,
                    "contentType": 5,
                    "showValueAsLink": false
                },
                "parentName": "Header",
                "propertyName": "items",
                "index": 1
            },

 

Add   "showValueAsLink": false   in diff



      

      {
                "operation": "insert",
                "name": "someLookup",
                "values": {
                    "layout": {
                        "colSpan": 24,
                        "rowSpan": 1,
                        "column": 0,
                        "row": 1,
                        "layoutName": "Header"
                    },
                    "bindTo": "UsrField",
                    "enabled": false,
                    "contentType": 5,
                    "showValueAsLink": false
                },
                "parentName": "Header",
                "propertyName": "items",
                "index": 1
            },

 

Hi Vladimir,

 

In which schema do we have to make this modification? I tried in the edit page of the detail but it didnt work, Kindly help.

 

Thanks

 

 

 

Hello Sarika,

 

Where exactly do you want to apply this change?

Hi Oleg,

 

I want to disable the link option for the below detail - list view for the lookup- accessories. 

 

Show all comments