Login

Recover Your Password

Return to Product Support > Learning Center > Developer References > Legacy Deprecated API > ProcessCheckList

ProcessCheckList

Processes the form response from the GetFormInputCheckList method. This method could be used, for example, to process the output of a list of checkboxes for a member identity that allows the member to join any of a list of groups.


Syntax


Call ccLib.ProcessCheckList( TagName, PrimaryContentName, PrimaryRecordID, SecondaryContentName, RulesContentName, RulesPrimaryFieldname, RulesSecondaryFieldName )


Parameters


TagName - String, the name of the HTML element


PrimaryContentName ? String, in the example, this is the ?People? content name


PrimaryRecordID ? Long Integer, in the example, this is the ID of the People content of the identity to modify


SecondaryContentName ? String, in the example, this is the Groups content


RulesContentName ? String, in the example, this is ?Group Members?


RulesPrimaryFieldname ? String, in the example, this is ?MemberID?


RulesSecondaryFieldName ? String, in the example, this is ?GroupID?

This page was last reviewed 9/7/2022 1:14:54 PM