Input Form - Populate Dropdown | Community
Skip to main content
Level 5
September 12, 2023
Question

Input Form - Populate Dropdown

  • September 12, 2023
  • 1 reply
  • 2136 views

Hi Team,

 

I have a custom schema, where one of the fields will have value from a lookup table. I don't want to link the lookup table/schema to the above custom schema.

 

While creating an input form against that field, I want to show the marketing user, the list from the Lookup table so that he can multiselect those from that lookup table.

 

For ex: I have a tblProductSelected(Id, ProductSelected), tblProduct(id, ProductCode, ProductName)

 

For the Input form of tblProductSelected, for the ProductSelected field, I want show a List of Product Name for the user to select (multiselect), once selected the codes, should be saved in a CSV format.

 

Need your help

 

Regards,

Dipendu 

 

 

 

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

1 reply

Marcel_Szimonisz
Community Advisor
Community Advisor
September 12, 2023

Hello @dipendu_g ,

there is a blog post how to retrieve enum values from any schema by @david--garcia 

Let me know if that helped.

Marcel

dipendu_gAuthor
Level 5
September 12, 2023

Hi @marcel_szimonisz,

 

If my understanding is correct, that blog talks about WebApp. I am looking for Input Forms within ACC. 

Apologies, If I wasn't clear on my ask

 

Regards

DG

dipendu_gAuthor
Level 5
September 12, 2023

maybe you can create link

https://experienceleague.adobe.com/docs/campaign-classic/using/configuring-campaign-classic/input-forms/form-structure.html?lang=en#editing-a-link

take a look at documentation


Hi @marcel_szimonisz,

 

Thanks a lot, let me check that out.

 

Just another question :

 

Is it possible to call a function after the form is saved ?

I understand that <leave> kinds of work before the changes are saved onto the schema, is there any afterSave kind of hook that can be intercepted, and either a database method can be called. ?

 

Regards,

DG