Change the value of Record Name automatically

Posted by t.deem on 27-Sep-2014 01:50

Suppose that we have an Object consisting of five Fields as follows:

1- Student ( Record Name )
2- Student_Number ( Integer )
3- Student_Name ( text )
4- Student_age ( Integer )
5- Student_BirthDay ( Date )


What is the way to Change the value of (Student ( Record Name )) automatically when i change the value of (Student_Name) by the same value of (Student_Name)

Posted by Santosh Patel on 27-Sep-2014 02:20

You can edit your record name field to have a template, which in your case would look like {!Student_Name}. You need to use the integration name of the field and not the field name in the template.

Checkout this doc section for more info documentation.progress.com/.../index.html

Regards.

All Replies

Posted by Santosh Patel on 27-Sep-2014 02:20

You can edit your record name field to have a template, which in your case would look like {!Student_Name}. You need to use the integration name of the field and not the field name in the template.

Checkout this doc section for more info documentation.progress.com/.../index.html

Regards.

This thread is closed