Hi Tanya,
thanks for the anser, i try an own formula then.
Announcement
Collapse
No announcement yet.
Use translated value for options
Collapse
X
-
Hello,
it could be possible, if you create own function for formula.
Or (simpier) if you can define translation manually
$transaltedType = '';
ifThen(type == 'Complaint', $transaltedType = 'Reklamation');
ifThen(type == 'Return Delivery', $transaltedType = 'Retoure');
ifThen(name == '', name = string\concatenate($transaltedType, ' ', accountName));
Leave a comment:
-
Use translated value for options
Hi,
for example, when i fill a field with 'type'
ifThen(
name == '',
name = string\concatenate(type, ' ', accountName)
);
how can i get the translated value? I want "Reklamation" instead of "Return delivery".
Tags: None
Leave a comment: