- Print
- DarkLight
Update of Movex/M3 text id with textblock
This document describes how you easily can get Movex text updated for a certain text-block without coding.
In the Table
In the table you declare a new smart-field (“IBTXIDREMARK”), in this example MPLINE with the actual textblock, “REMARK” in this case. Note that Data type shall be 20006!
<Column xmlns="" alias="WTX1D" align="" defaultvalue="" description="Text identity" displaylength="" maintenance="" maxlength="" position="129" ruleset="" shortname="TXID" type="20006" value="IBTXIDREMARK">
<Properties>
<Property name="formula" value="(${IBTXID})"/>
<Property name="filePrefix" value="M"/>
<Property name="useDivision" value="false"/>
<Property name="textBlock" value="Remark"/>
</Properties>
</Column>
Note that File Prefix can be C,M or O.
In the portlet
Both the new field (IBTXIDREMARK) and the Text id, (IBTXID) below, needs to be in the datamodel!
The field that is added to the protlet is the new field, i.e. IBTXIDREMARK.
The propteries for the field is set under Etended properties and are common Text area settings.
In the Workflow
The update is managed simply by Data instance event _model_update by the action in the related workflow.