Message List Property Set

The example that follows shows the structure of a sample message list called “Message List.”

Note: Lines in boldface are required properties.

This sample message list consists of a set of messages. Each message has a child property set providing the payload properties.

CCFPropertySet@0013B0AC p#1 c#1 type="" vt=0 value=""
{
    p["Source"] = "Product Recommendation";
    c[0] CCFPropertySet@0BC04D00 p#0 c#2 type="Message List" vt=0 value=""
    {
        c[0] CCFPropertySet@0BDE0408 p#61 c#2 type="Message" vt=0 value=""
        {
            p["Message Type"] = "Cross-Sell Recommendation";
            p["Score"] = "66";
            p["Message Id"] = "42-4Z1RL";
            p["Display Mode"] = "Passive";
            
            c[0] CCFPropertySet@0BF0E578 p#14 c#0 type="Payload" vt=0 value=""
            {
                p["Doc Id"] = "42-528T1";
                p["Account Id"] = "";
                p["Related Product Id"] = "99-28GJ1";
                p["Contact Id"] = "";
                p["Line Item Id"] = "42-528VT";
                p["Related Product"] = "10GB Hard Drive";
                p["Reason"] = "Test XSell";
                p["Campaign Id"] = "";
                p["Net Price"] = "";
                p["Prod Id"] = "98-4NVN0";
                p["Currency Symbol"] = "$";
                p["Document Type"] = "Quote";
                p["Product"] = "1006667";
                p["Party Id"] = "";
            }
        }
        c[1] CCFPropertySet@0BD18070 p#61 c#2 type="Message" vt=0 value=""
        {
            p["Message Type"] = "Upsell Recommendation";
            p["Message Type Id"] = "04-E8VXZ";
            p["Score"] = "77";
            p["Message Id"] = "42-4Z1RN";
            
            c[0] CCFPropertySet@0BE4B178 p#14 c#0 type="Payload" vt=0 value=""
            {
                p["Doc Id"] = "42-528T1";
                p["Account Id"] = "";
                p["Related Product Id"] = "99-28GSH";
                p["Contact Id"] = "";
                p["Line Item Id"] = "42-528VT";
                p["Related Product"] = "10MB USB Home Networking Adapter";
                p["Reason"] = "Test UpSell";
                p["Campaign Id"] = "";
                p["Net Price"] = "";
                p["Prod Id"] = "98-4NVN0";
                p["Currency Symbol"] = "$";
                p["Document Type"] = "Quote";
                p["Product"] = "1006667";
                p["Party Id"] = "";
            }
        }
    }
}