Appian Community and Appian Academy are being upgraded. From July 24–August 3, the Appian Community will be in read-only mode. During this time, the site will be read-only and user registration will be disabled. We apologize for any inconvenience this may cause, but a more secure, stable, and performant Community experience is coming soon!

The new Appian Community launches August 3, followed by Appian Academy on August 7. During the migration, Appian Community Edition, Appian Academy, Documentation, Certifications, Instructor-led Customer Training, Partner Sales Training & Accreditation, and Forum (for Appian Partners and Customers only) will remain available.

Record Picker component is not working

I am trying to implement a record picker component within a form layout. For some reason is not working the way it should be. After implementing the expression code below the search results appears to be "No results found" when I tried to search for something using the component. I have created a constant (cons!ERP_PROVIDER_RECORD) that points to the record type and a local variable to hold the selected records. What I need to do is to find a way to fetch a list of providers (which are already stored in the backend) so the user can pick them to complete the form.

Here is the expression code:

a!pickerFieldRecords(
label: "Proveedores Seleccionados",
labelPosition: "ABOVE",
placeholder: "Escriba para seleccionar proveedores",
recordType: cons!ERP_PROVIDER_RECORD,
value: local!storedRecord,
saveInto: local!storedRecord,
validations: {}
)

Please help to fix this issue.

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data