SPM Bug

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
bdurfee
Veteran Member
Posts: 32
Joined: 2013-02-07 17:44

SPM Bug

Post by bdurfee » 2021-10-19 20:11

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.

Post Reply