Symptoms
On a smartform I have a dynamic checkbox list that is build from a list method from Smartobject A.
Once the checkbox list is build for each individual item I want to do a lookup in another Smartobject B. I want pass the value of the checkbox item concatenated with some other value to the SmartObject B , and depending on the return value of B check the checkbox (or not)
How do I do this, how do I iterate through each checkbox item?
Diagnoses
Client will be upgrading environment to 4.6.9 to make use of feature (for Each item) in SmartForms see k2 help document bellow.