New to Infopath and Sharepoint - have relational db background, that habit may need to be broken
Using infopath 2010 browser form, sharepoint 2010 enterprise
I have a sp list with fields: description, category, and status
On the form are three multi select list boxes that use the sp list filtered on category and status. Status is being used to only pull the "Active" items in the list. Is this type of historical integrity check needed in SP or best left in the db world? Is this a "bad" practice?
The list boxes are being filtered on the control properties data connection. Would it be a better practice to have three unique SP lists and remove the filtering?
Each item selected in the list box forces a postback to the server and the "Sending data to the server" message displays even though the control browser setting is set to never postback. How do you work around this?
Appreciate any guidance.