When an error occurs while executing the various checks and actions within the object relations, ProConfiguration and other called modules / customer specific code can signal various messages which will be signalled to the user. If requested, this texts can be replaced using customer specific message texts.
...
The maintenance view for the message texts is available in the two customizing sections "Object relations configtypes / documens" and "Object relations BOM / routings":
...
Place Holders
Within the message text various place holders are supported and are replaced by the corresponding value at runtime:
Place Holder | Value at runtime |
---|---|
<TARGET_OBJECT> | The key of the object, on which the check or the action is applied. |
<TARGET_STAACT> | The actual status of the object, on which the check or the action is applied. |
<TARGET_STANEW> | Within a status action, the new status to be set on the target object, |
<TRIGGER_OBJECT> | The key of the object triggering the action. |
<TRIGGER_STAACT> | The current status of the triggering object. |
<TRIGGER_STANEW> | The new status of the triggering object, which is triggers the check / action. |
All field names according the structure /PRONOVIA/PRM_RELINFO. | Any field name from the structure /PRONOVIA/PRM_RELINFO can be used directly. The field name has to be placed within the symbols < and >. |
\< and \\ | If the symbols < or \ should be give out, then this symbols mus be preceded by the \ symbol. |
...