engine:import:addtranslation2
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
engine:import:addtranslation2 [2020/03/05 00:55] – [Example] Scott Cunliffe | engine:import:addtranslation2 [2025/01/21 22:07] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 8: | Line 8: | ||
'' | '' | ||
- | // | + | ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ |
- | // | + | |field| String | The field to be translated.|1|128| |
- | // | + | |field2| String | The field to be compared using the filter.|1|128| |
- | // | + | |filter| String | A filter to compare against the current field value.|1|256| |
+ | |translation| String | The new value of the field. This can either be a new literal value, or the original value with a prefix or suffix. To represent the current value use an asterisk (" | ||
< | < | ||
Line 17: | Line 18: | ||
no further translations will occur for that field within that record.</ | no further translations will occur for that field within that record.</ | ||
- | < | + | < |
- | values, AddTranslation entries are processed first, and then AddTranslation2 entries are processed a 2nd | + | values, |
time. This allows you to translate the value of the field2 comparison field first, and then translate the value | time. This allows you to translate the value of the field2 comparison field first, and then translate the value | ||
of the field based upon the translated value of field2.</ | of the field based upon the translated value of field2.</ | ||
- | ^ Variable ^ Type ^ Description ^ Min Length ^ Max Length ^ | + | |
- | |field| String | The field to be translated.|1|128| | + | |
- | |field2| String | The field to be compared using the filter.|1|128| | + | |
- | |filter| String | A filter to compare against the current field value.|1|256| | + | |
- | |translation| String | The new value of the field. This can either be a new literal value, or the original value with a prefix or suffix. To represent the current value use an asterisk (" | + | |
===== Example ===== | ===== Example ===== | ||
Line 32: | Line 29: | ||
Append L3 to each VOLUME field value of USER1 is HCART3. | Append L3 to each VOLUME field value of USER1 is HCART3. | ||
- | <sxh> | + | <code> |
AddTranslation2(VOLUME, | AddTranslation2(VOLUME, | ||
- | </sxh> | + | </code> |
===== See Also ===== | ===== See Also ===== |
engine/import/addtranslation2.1583369758.txt.gz · Last modified: 2025/01/21 22:07 (external edit)