Skip to main content
Srinija_N
Level 7
March 5, 2025
Solved

Report on custom Lookup field details

  • March 5, 2025
  • 1 reply
  • 435 views

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?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Srinija_N

displayname=Definition
valuefield=fieldDefinition
valueformat=HTML

 

Yay!! The simple text mode on field definition worked

1 reply

Sven-iX
Community Advisor
Community Advisor
March 5, 2025

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

 

Srinija_N
Srinija_NAuthorAccepted solution
Level 7
March 5, 2025

displayname=Definition
valuefield=fieldDefinition
valueformat=HTML

 

Yay!! The simple text mode on field definition worked

If this helped to solve your problem, please mark it as 'solved' so others can also find the solution faster. Thanks!