Again HR11 Customization

 3 Replies
 0 Subscribed to this topic
 12 Subscribed to this forum
Sort:
Author
Messages
Srini Rao
Veteran Member Send Private Message
Posts: 149
Veteran Member
Hello - I modified the HR11 screens with very few fields using the design studio. This screen will be used in various departments to validate employee status, position , dept etc.,  Screen works great.  Under the employee filed properties I unchecked the "Allow Drill" function so that user will be not able to see the payment etc information. But when they select the employee (search screen) system is allowing them to drill on teh employee. How do I disable drill around  drill function?

Attachments
David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
An option you can use is to assign a drill down value that doesn't allow drill around options to information you don't want them to access. If you look at the Source code of your form you will find a value for "keynbr" on your Employee number field.

Find another form with an Employee number (one that doesn't allow users to drill to the information you don't want them to get to) and check what that keynbr value is.

On your HR11 form, replace the keynbr value with the other employee number drill down keynbr value.
David Williams
David Williams
Veteran Member Send Private Message
Posts: 1127
Veteran Member
You can also use this option to add fields from other forms that are not already on your current form. The limit is that the fields must be within the same system code.

http://consultdavidw.blog...wn-from-another.html
David Williams
Srini Rao
Veteran Member Send Private Message
Posts: 149
Veteran Member
Thanks David, I will trying them today.