Avatar

Level 10

Well the render service is responsible to merge the data with the form.

Your user name has to be in the data before you render the PDF if you want the user name in a field.

If you just have the Task-> User Id, you still need to get the actual name for that user. That's why I'm saying it might be just easier to add a new parameter to the render service and pass Task -> User Name.

Otherwise you'll need to add another step to figure out the user name for a particular ID. You'll have to modify Insert User Data to insert that new piece of information.

If you can't change the render service you have two options:

1- You make a copy of the original render service and make the changes you need.

2- You'll have to make a web service call from the PDF (once rendered in Workspace) to LC to get the user name and put it in a specific field.

Jasmin