Skip to main content
RobinC
Level 2
July 31, 2023
Solved

A typeahead field for specific programs

  • July 31, 2023
  • 2 replies
  • 1073 views

I am trying to add a typeahead field in a custom form that has the Program names from a specific group.  I have tried to add a filter but it is not working.  Has anyone else been successful at doing this?

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 Kurt_Jones

Robin, make sure you've selected the right reference object type (Program) for your typeahead field.  We have something very similar where we have a typeahead field that pulls programs (we call em campaigns) for a specific group.  Below is the textmode we use for the filter to make it happen.  We also make sure we're only pulling active programs:

 

groupID=61437717002b67a5ecde394bd1060f8b
groupID_Mod=eq
isActive=true
isActive_Mod=eq

2 replies

skyehansen
Community Advisor and Adobe Champion
July 31, 2023

can you post what you used as a filter, or explain how it's not working?

Kurt_Jones
Community Advisor and Adobe Champion
Kurt_JonesCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
July 31, 2023

Robin, make sure you've selected the right reference object type (Program) for your typeahead field.  We have something very similar where we have a typeahead field that pulls programs (we call em campaigns) for a specific group.  Below is the textmode we use for the filter to make it happen.  We also make sure we're only pulling active programs:

 

groupID=61437717002b67a5ecde394bd1060f8b
groupID_Mod=eq
isActive=true
isActive_Mod=eq

If my response answered your question, please mark it answered, so others can find the answer
DeborahLeigh123
Level 4
December 14, 2023

QQ - I'm interested in this information as well. How do I find the groupID code for a specific group? TYVM!

DeborahLeigh123
Level 4
December 14, 2023

NVM. I built a report and found it. TY