Add search in input form | Community
Skip to main content
Level 4
October 7, 2021
Solved

Add search in input form

  • October 7, 2021
  • 2 replies
  • 2128 views

Hi All,

 

I am trying to give search option for my input form like shown below.

 

Can someone please tell me how i can give it to my input from?

Thanks & Regards,

Greeshma

 

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 Jyoti_Yadav

Hi @greeshma_sampath1 ,

 

Screenshot you have shared is a filter which you can define under:

Administration > Configuration> Predefined Filters.

PFB screenshot of how it is defined for some table.

 

Thanks,

Jyoti

2 replies

Jyoti_Yadav
Jyoti_YadavAccepted solution
Level 8
October 7, 2021

Hi @greeshma_sampath1 ,

 

Screenshot you have shared is a filter which you can define under:

Administration > Configuration> Predefined Filters.

PFB screenshot of how it is defined for some table.

 

Thanks,

Jyoti

Level 4
October 7, 2021

Hi @jyoti_yadav ,

Could you please mention how and where to mention this predefined filter in the input form.

Kindly find the form code below.

<form _cs="DonorSearchContact (arc)" created="2021-09-30 15:32:36.000Z" createdBy-id="369470682"
entitySchema="xtk:form" img="xtk:form.png" label="DonorSearchContact" lastModified="2021-10-07 08:46:01.000Z"
md5="5D7BD9D52C0A6A495549B9F3978D1E9F" modifiedBy-id="369470682" name="W_PARTY_PER_D"
namespace="arc" type="iconbox" xtkschema="xtk:form">
<createdBy _cs="Greeshma Sampath (greeshma.sampath)"/>
<container colcount="2" img="nms:recipient.png" label="Donar Information" name="donorSearchContact">

<container label="Basic Info" type="frame">
<input readOnly="true" xpath="@FST_NAME"/>
<input readOnly="true" xpath="@LAST_NAME"/>
<input readOnly="true" xpath="@X_DONOR_ID"/>
<input label="Email Address" readOnly="true" xpath="@EMAIL_ADDRESS"/>
<input readOnly="true" xpath="@MOBILE_NUM"/>
<input readOnly="true" xpath="@X_BLOOD_TYPE"/>
<input readOnly="true" xpath="@BIRTH_DT"/>
<input readOnly="true" xpath="@**bleep**_MF_NAME"/>
</container>

</container>

</form>

 

Thanks & regards,

Greeshma

Krishnanunni
Level 4
October 7, 2021

Hi @greeshma_sampath1 ,

Sorry if I got you wrong. But if you just want to have a search option, then you might be required to create a custom filter. The administration->Configuration->Predefined filters are the one that are being shown above the table in navigation hierarchy for a schema. Please check the below link for details.
https://experienceleague.adobe.com/docs/campaign-classic/using/automating-with-workflows/use-cases/designing-queries/creating-a-filter.html?lang=en

Level 4
October 7, 2021

Thank you @krishnanunni .

I got the filter section in my input form after creating a predefined filter.