A typeahead field for specific programs | Community
Skip to main content
RobinC
Level 2
July 31, 2023
Solved

A typeahead field for specific programs

  • July 31, 2023
  • 4 replies
  • 1096 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

4 replies

skyehansen
Adobe Champion and Community Advisor
July 31, 2023

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

Kurt_Jones
Adobe Champion and Community Advisor
Kurt_JonesAdobe Champion and Community AdvisorAccepted solution
Adobe Champion and Community Advisor
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
User Group Leader
User Group Leader
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
User Group Leader
User Group Leader
December 14, 2023

NVM. I built a report and found it. TY