Difference between revisions of "ECourse Campaign Data"
From All n One's bxp software Wixi
Philip Lacey (talk | contribs) |
Philip Lacey (talk | contribs) |
||
| Line 9: | Line 9: | ||
So how to construct one of these. Say you have a campaign ... campaign 41. You want to use the current items of this campaign as a list. All the items in this list are in strCDA_41_field_0_4. Step 1 is to retrieve data into the campaign. The separating charcter we will use is the tilda ~. The fields needed are: | So how to construct one of these. Say you have a campaign ... campaign 41. You want to use the current items of this campaign as a list. All the items in this list are in strCDA_41_field_0_4. Step 1 is to retrieve data into the campaign. The separating charcter we will use is the tilda ~. The fields needed are: | ||
| − | # | + | # : The campaign Id |
| − | # | + | # : The fields you want to retrieve |
| − | # | + | # : The elements of a where clause |
| − | # | + | # : The elements of an order clause |
| − | # | + | # : The separation character desired |
So the format is 1##A##!2##A##!3##A##!4##A##!5##B##! | So the format is 1##A##!2##A##!3##A##!4##A##!5##B##! | ||
Revision as of 14:34, 4 December 2012
This option allows campaign data to be stored in a hidden field on the page to reduce the amount AJAX lookups and retrieval of data from campaigns.
The system uses two splitting paramaters
- ##B##! this is the end of an item
- ##A##! this is the spliiting of values per item
So how to construct one of these. Say you have a campaign ... campaign 41. You want to use the current items of this campaign as a list. All the items in this list are in strCDA_41_field_0_4. Step 1 is to retrieve data into the campaign. The separating charcter we will use is the tilda ~. The fields needed are:
- : The campaign Id
- : The fields you want to retrieve
- : The elements of a where clause
- : The elements of an order clause
- : The separation character desired
So the format is 1##A##!2##A##!3##A##!4##A##!5##B##!
So for our campaign 41.
41##A##!strCDA_41_field_0_4##A##!strCDA_41_field_0_4 like '%test'##A##!intCDA_41_Id ASC##A##!~##B##!