Changes

Form - Cross Linked setup

28 bytes added, 22:38, 10 June 2014
no edit summary
The search type will allow a lookup to be performed on second form.
 
 
So we build two forms.
'''A. ''' Form [1] = Customer form. We add in name and any other fields we like. Most importantly we make sure the field mapping is set correctly and we carefully choose what our search fields will display. We add a few records into this form for testing purposes.
'''B. ''' Form [2] = Event form. We build the event form as normal.
'''C. ''' So we come to the point that we want in the Event form to store which customer the event is for. We could add a drop down list or similar but these are not dynamic and are not easily managed by another team. Instead we add a question into the event form of type "Basic - Campaign Listing" from the "Basic - Cross Campaign Type" section. We call the question "Customer".
'''D. ''' We need to tweak the Cross Linked field. So we "Answer Values - Modify". In the text and value for the question we add "intCDA_1_Id" without the double inverted commas. The 1 is the Id of the Customer form.
Now when we go into the form, the drop down list will contain all the test records we added in step A. The data displayed in the drop down list will be the search fields selected to display.
'''E. ''' If however there are too many customer to display in a drop down list, you can change the type to "Basic - Campaign Search". This then provides a pop up lookup screen for locating the record desired rather than creating a very large drop down list.
7,528
edits