We are a turnkey Software solution provider for SharePoint Platforms.
Works on all SharePoint platforms !! Learn more
There is no limits with SPARK Workflow!! Learn more
Hi, I was wondering how could I allows multiple external SQL records to be populated into a form. For instance, can I populate a check box list with multiple journal names from a SQL query? Is there a way to accomplish this?
You can create and external list connected to that SQL table, and use the function getListItemData() to retrieve the data and bind them to the control ie. (checkbox).
Or you can set the control (checkbox) in a repeater and use the function generateRepeaterRowValues() to get the records from the external list and populate them in the repeater control.