How do you validate/populate information on a Designer form from a list in SharePoint?
Posted: 23 Jan 2015
I fundamentally want to know how to query a SharePoint list, and use that information in various ways to interact with a SP Forms Designer form.
Example Scenarios:
User enters information in a field, and after field changs, perform a check on a SharePoint list to validate the entry into the field. (For example, user enters an Account Number, and SP Form queries an Account SharePoint list and does a check to make sure the Account Number is listed.)
User enters information in a field, and then perform a query to a SharePoint list that pre-populates the rest of the SP Form Designer fields based on that value. (For Example, user enters Account Number, and the "Account Name," "Account Approver," and "Account Location" are pre-populated based on the what is associated with that account in a SharePoint list.)
Let me know if that doesn't make sense! Thanks!
Example Scenarios:
User enters information in a field, and after field changs, perform a check on a SharePoint list to validate the entry into the field. (For example, user enters an Account Number, and SP Form queries an Account SharePoint list and does a check to make sure the Account Number is listed.)
User enters information in a field, and then perform a query to a SharePoint list that pre-populates the rest of the SP Form Designer fields based on that value. (For Example, user enters Account Number, and the "Account Name," "Account Approver," and "Account Location" are pre-populated based on the what is associated with that account in a SharePoint list.)
Let me know if that doesn't make sense! Thanks!