PCImportModel.setTemplateValueFromStr Method [AX 2012]
Sets a value that is based on a String representation of the value.
protected void setTemplateValueFromStr(
PCTemplateConstant _templateConstant,
TableId _taleId,
FieldId _fieldId,
str _value)
Run On
ServerParameters
- _templateConstant
- Type: PCTemplateConstant Table
A template constant.
- _taleId
- Type: TableId Extended Data Type
A table ID.
- _fieldId
- Type: FieldId Extended Data Type
A field ID.
- _value
- Type: str
A String value.
Community Additions
ADD
Show: