Hi There, I am getting current user id (employee r...
# advancedpdf
k
Hi There, I am getting current user id (employee record id) on vendor payment record using nluser in advance pdf but i want to access employee record field as well on vendor payment advance pdf.. Please help?
d
Your best bet is probably to add custom fields to the vendor payment record. The first being an list/record of employee, with dynamic default to current user. The second field being whatever data type you want to get from the current user's employee record (with the "source list" being the first field you created, and the "Source From" being the data you want from their employee record)
here's what I mean:
the other way you could do it would be with a script based print button, that way you could use
N/renderer
to add custom data sources (like the current user's employee record) But this is quite complicated to acheive