I have 2 text fields say T1 and T2. Both of them requires user to enter last name.
What I want is if user enters last name in say T1 that should be automatically displayed in T2. This is to prevent entering redundant information.
Does anyone know how to do this?
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
we can do this using Global binding property of the fields.
define required fields with same name and use binding as Global from the object properties.
find the attached sample.
Regards,
Raghu.
Views
Replies
Total Likes
we can do this using Global binding property of the fields.
define required fields with same name and use binding as Global from the object properties.
find the attached sample.
Regards,
Raghu.
Views
Replies
Total Likes
Thanks a lot.
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies