Expand my Community achievements bar.

Latest Community Ideas Review is Out: Discover What’s New and What to Expect!
SOLVED

Setup External Lookup field to return Custom Form Names

Avatar

Level 2

I'm wanting to create an external lookup field that will return the names of all the active Custom Forms.  I would prefer to have this so that reporting is easier.  

Topics

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

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hi @Alex_Di 

 

in baseAPIurl use

$$HOST/attask/api/v19.0/CTGY/search?isActive=true&fields=name&name_Mod=cicontains&name=$$QUERY

in JSON path use

$.data[*].name

Adjust the query to suit!

View solution in original post

2 Replies

Avatar

Correct answer by
Level 6

Hi @Alex_Di 

 

in baseAPIurl use

$$HOST/attask/api/v19.0/CTGY/search?isActive=true&fields=name&name_Mod=cicontains&name=$$QUERY

in JSON path use

$.data[*].name

Adjust the query to suit!

Avatar

Level 2

Hi Sven-iX, 

 

Thanks so much for the quick reply.  This worked like a charm.