Catalog Item Variables

Prajwal G Vaish
Giga Guru

Hi Team,
On the catalog item we have a reference field for which we are trying not to show any values in the field.
Can anyone please let me know how can we achieve this.

 

Thank you

Prajwal

1 ACCEPTED SOLUTION

@Prajwal G Vaish you can take a lookup select box field type and do the configurations as below.

Pradnyesh_0-1723438145805.png

You can take any field their that you want to show in the reference field on catalog item.

Results will be like this : - 

Pradnyesh_1-1723438302373.png



If your problem is resolved with this, mark it as helpful.

View solution in original post

11 REPLIES 11

SN_Learn
Kilo Patron
Kilo Patron

Hi @Prajwal G Vaish ,

 

Could you please explain a bit more about the requirement? 

The reference field will not show any options to select under it?

----------------------------------------------------------------
Mark this as Helpful / Accept the Solution if this helps.

Hi @SN_Learn ,

 

below is the List collector field referencing to incident table,
The requirement is not to show the Incident Number in the reference field but should show the other fields.

PrajwalGVaish_0-1723201887724.png

 

The reference variable attribute is :


ref_auto_completer=AJAXTableCompleter,ref_ac_columns = caller_id;urgency;state;short_description,ref_ac_columns_search=true,ref_ac_display_value=true

 

 

 

Thank you

Prajwal

 

@Prajwal G Vaish you can take a lookup select box field type and do the configurations as below.

Pradnyesh_0-1723438145805.png

You can take any field their that you want to show in the reference field on catalog item.

Results will be like this : - 

Pradnyesh_1-1723438302373.png



If your problem is resolved with this, mark it as helpful.

Hi @Pradnyesh,
Thank you Very much for your response, it is working as excepted 

Thank you