cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign default value?

Former Member
0 Kudos

Hello,

when I model a dialog with a text field I can assign a default value to this text field. At runtime the text field is initially filled with the provided default value.

However, when the text field is linked to the attribute of a result object of a web service the default value is not considered when the attribute is empty. Rather, the text field remains empty, too.

What can I about that?

Best regards

Alexander

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Alexander,

try moving the result value from the web service to a data store and read the defaults always from that data store

Regards,

Ahmed Salah

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Ahmed,

that works fine.

Thank you very much!

Alexander