Are there any reasons a!pickerFieldRecords would not bring up any records?

Dear all,

I have a a!pickerFieldRecords component in my interface and it pulls up data from different records but not the particular record I am trying to use.  Does anyone know why it would successfully pull data from other records but not from this particular one?  I have included the SAIL code below.  I also need to add that the record type I am referencing exists and has a number of rows in it.

Thanks

a!pickerFieldRecords(
label: "Vendor",
labelPosition: "ABOVE",
maxselections: 1,
recordtype: 'recordType!{fc745541-434d-48b1-800e-ad12f9896ef2}REQ Vendor',
value: ri!vendor,
saveInto: ri!vendor,
validations: {}
)

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data