- Action Database is the database where the pickered values will be saved;
- Use JavaScript function OpenMultipleValuePicker(refKey, recId, gridCtrlId) to open the multiple-value picker dialog form;
- Values selected from the multiple-value picker will be forwarded to the stored procedure lwspSaveMPickerValue for processing, and this stored procedure should be available in the above selected database;
- If the selected GridView needs to accept recId as a parameter, use recId as the GridView's parameter name.
|