EvaluateContentFromId

Evaluates the content of a delivery linked to an order. This evaluation will be performed when ordering using operator rights and before the local campaign is created.


            XML 
            result = EvaluateContentFromId (
            Number       
            orderId,

            Number       
            deliveryId,

            String       
            contentType,

            Number       
            seedMemberId
            

      )
         

Parameters

orderId

Order ID.

deliveryId

ID of delivery to evaluate.

contentType

Type of content to return (html or text for an email; empty string for other channels).

seedMemberId

Seed address ID used for content personalization.

Return value(s)

result

Evaluated content.

Features

Schema: nms:localOrder

Static:

Yes