Share via


ReleaseUpdateDB62_Products.createTemplateFieldIfMissing Method [AX 2012]

Creates a template field in case it is missing.

Syntax

private void createTemplateFieldIfMissing(
    PCTemplateInitialize _templateInitialize, 
    PCTemplate _template, 
    FieldId _fieldId)

Run On

Server

Parameters

  • _template
    Type: PCTemplate Table
    The PCTemplate record to add an entry in the PCTemplateAttribute for.

See Also

Reference

ReleaseUpdateDB62_Products Class