How to create a list collector

shaik_irfan
Tera Guru

Hello Gurus,

We have a requirement where we need to create a list collector where user can filter and select multiple records at a time:

11 REPLIES 11

Jaspal Singh
Mega Patron
Mega Patron

Hi Irfan,



Is this for Catalog item's variable or for normal form field. If for normal form field you can set the type as list.


If for variable you can set the type as list collector & in the type specifications tab pass the reference table name.


That for a Incident form, i created a list type field and refered to USer table but i can select only 1 recrod at a time.



We need to select mulitple records at a time as shown below:



find_real_file.png




above screenshot is of Role related field under User table, we want something like above


Hi Irfan,



If you are looking for something of above format then you need to add it as a related list rather than field on the form.



I have a field on the form of type list that allows me to select multiple choices as below


find_real_file.png



If you want something of container where in you get Available   & Selected option try adding field to related list of the table.


Jaspal,



We need it on the form but not as a related list, when i create a list type file i am able to select only one when i am creating a new record but we can select records if it is existing records.



We want to implement it on new form.