catalog OOTB ca_fdFetchSelectData JS function
search cancel

catalog OOTB ca_fdFetchSelectData JS function

book

Article ID: 143240

calendar_today

Updated On:

Products

CA Service Catalog

Issue/Introduction

ca_fdFetchSelectData(formId, fieldId, validate, keepexisting)

Environment

Release : 17.2 

Component : CA SERVICE CATALOG

Resolution

ca_fdFetchSelectData(formId, fieldId, validate, keepexisting)

3rd parameter is to control the validation: true will validate, false will not validate 4th parameter is to keep the existing selections without clearing them when fetching data again. Note this flag is only valid for Dual List component not for Select component   although it is named as ca_fdFetchSelectData()  .    This 4th parameter  is really just  meant for  dual list .This 4th parameter is not documented in the official documentation .

 

 

Additional Information

The definition about this function is documented in Catalog UI -> Administration -> Tools -> Links -> Form Designer JavaScript API  ->  Select