You uploaded into the Responsys Content Library an HTML document and three subdocuments personalized with the member level of the subscriber. When you validate the campaign, you get this error: "Email Message preview failed because of template execution runtime error, detailed error: property MEMBER_LEVEL for datasource CONTACTS is not defined in the datasources."
How should you correct this error?
- A: Open each HTML document in the package and declare the MEMBER_LEVEL field by using the RPL directive<#field> in every document. Then reupload the documents into the Content Library.
- B: You did not select the MEMBER_LEVEL column from the CONTACTS database. In the Datasources Section in the Campaign workbook, select the MEMBER_LEVEL field and make sure the alias matches what is in the HTML code. Responsys will now be able to insert values for that column at run time.
- C: The MEMBER_LEVEL field is a Responsys reserved word and cannot be used for personalization.
- D: The HTML coder didn't include the <#data> directive and declare the CONTACTS data source in each document. Enter this into each document, and the error should now be resolved.