Hi,
New to Appian..basic question
Learning the 'Exercise 9: Process Modeling 101, Part 2' (Page 4 and 5) for Certified Associate Developer Course.
Relevant Text - annotated below.
I need to create a Maintenance Request Interface with few read only fields: Make, Model, etc. The instruction below says to fill the 'Save Input To'. Is it required if the fields are read only ?
thanks in advance :-)
jaideep
Discussion posts and replies are publicly visible
No. the saveInto configuration is only evaluated as the user interacts with the field. As the use cannot change the value of a read only field, there is no interaction and the saveInto is never evaluated.
Thank you Stefan