I'm having trouble to find a solution.
Here is what I want to do.
I have a form with 2 views.
If I click Submit Button in View1, submit data and create an item with CustomID = 2016-NO-005 in the list and close the form.
Then If I want to add a new item and click Submit Button in View2, submit data, create an item with CustomID = 2016-AA-001 in the same list and close the form.
Now the trouble is:
If I open the item 2016-AA-001, and I want to enable a checkbox if a checkbox in the item 2016-NO-005 is true().
I created a Data Connection to receive CustomID and the checkbox values.
How may I do that works?