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
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
Hi Oleg,
I want to disable the link option for the below detail - list view for the lookup- accessories.
Is there any way to disable the edit page/form page for a specific lookup entity entirely? We have the same problem, and never want users (or even admins) to click through to the OOTB edit pages for some lookups, but we cannot see where this edit page is being set in the config.
For reference, one of the lookups we are looking at is for the ActivityResult lookup, which uses the ActivityResultPageV2 edit page OOTB (even though we're using Freedom UI). Looking at the Object's config, we can see that there are no Pages set up for this entity, yet wherever it appears it appears as a link that takes the user to the ActivityResultPageV2 page:
But we still see the values in lists and lookup fields as links. We cannot see any Lookups in the Lookups section which specify a List Page:
So it doesn't seem to be coming from Lookups config. Perhaps it's just somewhere in the database? Is there a safe way to remove this?