Share via


PdsComdPricingTemplateLine::copyTemplate Method

Copies all the lines from a source pricing template to a destination template.

Syntax

server public static void copyTemplate(
    PdsComdPricingTemplateId _destId, 
    PdsComdPricingTemplateId _srcId, 
   [SysOperationProgress _progress])

Run On

Server

Parameters

Remarks

This method will copy all line records from the source template to the destination template. Duplicate records are ignored and will not cause an error as the existing record on the destination will not be changed.When the progress indicator is given this method will update the progress. The total is set to the number of line records in the source template.

See Also

Reference

PdsComdPricingTemplateLine Table