On Employee Screen (ScreenId=EP203000) I added the image file as signature. After Add it I want to display that signature of employees on Purchase Order form as owner and approval. Picture below is what I want but don't know how to get these pictures.
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I've already done it with the solution below:
- Edit report POOrder (po641000.rpx)
Add more relationships
- POOrder Join EPApproval (NoteID - RefNoteID)
- EPApproval Join EPEmployee (ApprovalByID - UserID)
- EPEmployee Join NoteDoc (NoteID - NoteID)
- NoteDoc Join Note (NoteID - NoteID) : ApprovalSign
- NoteDoc Join UploadFile (FileID - FileID)
- POOrder Join EPEmployee (EmployeeID - BAccountID) : PrepareSign
Add Picture Box
Approval Signature:
Mime Type: image/png
Source : Database
Value : =[ApprovalSign.NoteText]
Prepare Signature:
Mime Type: image/png
Source : Database
Value : =[PrepareSign.NoteText]
- Result: