Page 1 of 1

SPM Bug

Posted: 2021-10-19 20:11
by bdurfee
I'll describe this with an example.

CustomersTable
- ID
- Name
- Status - lookup field for StatusName in StatusTable

StatusTable
- ID
- StatusName

SearchPage used for CustomersTable to search based on Status.
- If Status in CustomersTable is displayed as a dropdown and Status on SearchPage is displays as a dropdown, the SearchPage dropdown populates.
- If Status in CustomersTable is displayed as radio buttons and Status on SearchPage is displays as a dropdown, the SearchPage dropdown will not populate.

I hope that makes sense.