ReleaseUpdateDB62_Products.createTemplateFieldIfMissing Method [AX 2012]
Creates a template field in case it is missing.
private void createTemplateFieldIfMissing(
PCTemplateInitialize _templateInitialize,
PCTemplate _template,
FieldId _fieldId)
Run On
ServerParameters
- _templateInitialize
- Type: PCTemplateInitialize Class
The PC template to add a field to.
- _template
- Type: PCTemplate Table
The PCTemplate record to add an entry in the PCTemplateAttribute for.
- _fieldId
- Type: FieldId Extended Data Type
The FieldId to add to the template.
Community Additions
ADD
Show: