Expand my Community achievements bar.

The Community Ideas review for H1 2025 is out now, see which ideas our Product team prioritized and let us know your thoughts.
SOLVED

Report on custom Lookup field details

Avatar

Level 7

I am looking for a column view on a report with all the details of External lookup field type i.e., Base API URL, Dependencies, JSON Path etc.

I couldnt find any way to add them as columns on my parameter report even with text mode.

 

Is there anyone able to pull those lookup field details on a report in any way?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Level 7

displayname=Definition
valuefield=fieldDefinition
valueformat=HTML

 

Yay!! The simple text mode on field definition worked

View solution in original post

2 Replies

Avatar

Community Advisor

Not sure what I was smoking. 

 

On a parameter report, filter to displayType external, and you can get individual FieldDef attributes like so: 

valuefield=fieldDefinition:isQueryRequired

 

Avatar

Correct answer by
Level 7

displayname=Definition
valuefield=fieldDefinition
valueformat=HTML

 

Yay!! The simple text mode on field definition worked