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

Server

Parameters

_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.

ExceptionCondition
Error

No SysRelAttributeProperty was found.

-or-

An unexpected data type was found.

Community Additions

ADD
Show: