on 2014 Feb 11 12:02 PM
Hi everyone ,
In my leave request for ess portal , nptification to hr manager is working fine in that i want to pass
1) type of leave
2) No of days leave taken
thanks in advance .
Hi Sandeep,
Standard Container REQ.ITEMS_TAB[1].ATTS holds all your data related to leave. It has got type of leave and no of hours also in it. Row 67th in ITEMS_TAB contains your leave type and row 5th row contains your number of hours.
For type of leave use below expression in binding:
&REQ.ITEMS_TAB[1].ATTS[67].VALUE&
For no of hours use below expression in binding:
&REQ.ITEMS_TAB[1].ATTS[5].VALUE&
Regards,
Ibrahim Ansari
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
71 | |
10 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.