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

Get payroll event

Former Member
0 Likes
333

Experts,

I am using pnp screen 900(payroll screen) for my program. I have an event GEt payroll in my program.

The problem I am facng is get payroll is fetching all the results for all the periods that a user has, can someone please tell me how can i restrict this to only period entered by user?

Also coming back to the get payroll event, can sum1 explain me how can I calculate retro if I have used this event?

thanks,

HM

Experts,

I am using pnp screen 900(payroll screen) for my program. I have an event GEt payroll in my program.

The problem I am facng is get payroll is fetching all the results for all the periods that a user has, can someone please tell me how can i restrict this to only period entered by user?

Also coming back to the get payroll event, can sum1 explain me how can I calculate retro if I have used this event?

thanks,

HM

1 REPLY 1
Read only

amit_khare
Active Contributor
0 Likes
309

Cheang your Report Category to one with Payroll Period.

In this case user have to enter it. But if he dont enter anything then records will be selected for all the period.

this also can be restricted by checking in AT Selection-Screen event that the field is BLANK or not.

Regards,

Amit

Reward all helpful repleis.