Symptoms
ID not found or data no loading.
Diagnoses
Issues: Configuring the ID passing of parent SharePoint lists to children lists.
Resolution
Instructions:
- Create a SharePoint column on the child list to house the parent list's ID.
- Regenerate SmartObjects to update them with this column.
In the 'New' form:
- Create a new parameter 'Parent ID'.
- Click configure on the parent list/form's 'Create List Items' method.
- In 'Output Mappings', pass the 'ID' return property into the 'Parent ID' parameter.
- Click configure on the child list/form's 'Create List Items' method.
- In 'Input Mappings', pass the form's 'Parent ID' parameter into the 'Input Properties' -> 'Parent ID' field.
In 'Edit' or 'Display' form:
- Pass the existing parent parameter 'ID' into the 'Parent ID' field of a 'Get List Items' method for the child view's 'Initialize' method
- Set up output mappings to your view's controls