Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

validations in TMG

rahulabrol
Explorer
0 Likes
1,318

HI developers ,

hope you all are doing great .I had one doubt in TMG .

If i will enter a wrong value the whole controls stops there itself.I can not move further .need your help to resolve this issue.

Thanks in advance.

1 ACCEPTED SOLUTION
Read only

rahulabrol
Explorer
0 Likes
1,184

The Reason for this was the non primary key .

if you try to show an error message in any of the event it will not allow you to change the non primary keys.

For that you have to write the logic in the screen modules.

check the domain before entering data.

3 REPLIES 3
Read only

Former Member
0 Likes
1,184

check the domain before entering data.

Read only

Sandra_Rossi
Active Contributor
0 Likes
1,184

Enter a right entry instead of a "wrong entry".

Read only

rahulabrol
Explorer
0 Likes
1,185

The Reason for this was the non primary key .

if you try to show an error message in any of the event it will not allow you to change the non primary keys.

For that you have to write the logic in the screen modules.