does a record need any configuration in order to use a pickerFieldRecords() ?

I have the following code in order to add a search field on my interface

a!pickerFieldRecords(
label: "Description",
placeholder: "Start typing a description",
recordType: cons!XCS_RECORD_TYPE_CERTIFICATION_TYPE,
saveInto: ri!certificationId,
value: ri!certificationId
)

 

Is there anything especial I need to add to my record in order to make this work. I referred to this example but not sure what else I need.

https://docs.appian.com/suite/help/18.3/Record_Picker_Component.html

Note that I'm using a grid as my record List and not an expression as mentioned in that example.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data