cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP FSM Checklist Instance Elément translations

wailkhalid
Explorer
0 Likes
588

Hello everyone,

We have several business rules that rely on the selected value of a dropdown field in Smartforms.

These rules are triggered based on specific values. For example, if the selected value is "Yes", the rule executes successfully.

However, since our Smartforms support multiple languages, users selecting "Oui" (French translation of "Yes") prevent the business rule from executing correctly.

Is there a way to retrieve the selected value in the dropdown in the default language ?

 

Thank you

Accepted Solutions (1)

Accepted Solutions (1)

r_barabas
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi Khalid

You could make use of ChecklistInstanceElement.selectedIndex, which is 0 for the first option, 1 for the second option, and so on. This would make the logical condition independent from language.

Best regards

    Raphael Barabas

wailkhalid
Explorer
0 Likes
Hi Barabas,
wailkhalid
Explorer
0 Likes
Hi Barabas, thank you so much

Answers (0)