Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Add search in input form

Avatar

Level 4

Hi All,

 

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

Greeshma_Sampath1_0-1633595574349.png

 

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

Thanks & Regards,

Greeshma

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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.

Jyoti_Y_0-1633609646458.png

 

Thanks,

Jyoti

View solution in original post

6 Replies

Avatar

Correct answer by
Community Advisor

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.

Jyoti_Y_0-1633609646458.png

 

Thanks,

Jyoti

Avatar

Level 4

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

Avatar

Level 4

Hi Jyoti/Team,

 

    Thank you so much for above information, but our expectation here is we are looking to search a particular filed from input form and not in the navtree or list. i.e search box should be in input form frame. Can we replicate the Query filter option in present navtree section in input form frame/container or else we are expecting a search box in input form that converts every filed in the input form is searchable (This functionality is already available in other CRM tools like siebel where we can query in all the fields/any field in form applet and get the respective available records).

 

Thank you so much.

Avatar

Level 4

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/d...

Avatar

Level 4

Thank you @Krishnanunni .

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