Post

2 followers Follow
0
Avatar

Document Publisher and Change Request case record

We are trying to create Word/PDF change request form populated with data in the fields from a Case record (change request). We can get base data correctly populated i.e. { !field=EnhancementRequest.SYSID } returns the reference number of the change request. We do however want to add information such as "createdby" but not quite sure what the correct relationship is. Has anyone done something similar and could give us a steer on the correct syntax for insertion in the comment?

Donald horsburgh Answered

Please sign in to leave a comment.

2 comments

0
Avatar

Did you try: { !field=EnhancementRequest.CreatedBy}?

CreatedBy is the API name.

Josh Santos 0 votes
Comment actions Permalink
0
Avatar

Josh,

Thanks

Tried that but { !field=EnhancementRequest.CreatedBy} only returns the USER GUID (I think?). What I think I need to do is use that field to reference the user details in the USER table.

Regards

Donald 

Donald horsburgh 0 votes
Comment actions Permalink