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

Bsp: Additional validations by checking a field

Former Member
0 Likes
332

Hi friends,

i run program RCF_GENERATE_URLS and i get a list of urls.

i copy one of the url and ran it at start->run and than i paste the address.

than i enter password and user name.

than i click at enter external application.

My question is:

The user want to add a id no field, and he want me to do some checks on that field.

(if the ID no exist etc.)

how do i do that?

where do i put the code, where do i do this checks?

i tried to debug it, i put a break-point in classes but i dont know, i didnt get anywhere with that.

hope u can help me,

thank you in advanced,

dana.

Edited by: Julius Bussche on Oct 29, 2008 10:39 AM

2 REPLIES 2
Read only

Former Member
0 Likes
306

in this case you have to go for custom application, the popup is coming is standard one,it is not possible to change that. after logging to application, you may try to give another popup there you do your checks. but the enduser will confuse a lot. instead try to control the flow with authorizations.

Read only

Former Member
0 Likes
306

someone from the programmer did put the id field.

all i need is to do is the checks on that id number that the user input.(like if the user id already exist, if it exist at all etc.)

i dont know where do i put those checks.

how can i know where to put the checks.

thanks you.