Quantcast
Channel: Ivanti User Community: Message List
Viewing all articles
Browse latest Browse all 13696

Re: Digital Signatures

$
0
0

Hi darren.bradshaw@durham.gov.uk,

 

Hmmm, totally untested as i don't have time to create a working example today unfortunately. Maybe try setting this in an 'After Read' attribute that is set to be HTML.

 

import System
static def GetAttributeValue(Request):  SignatureValue = ""  if Request.Signature != null:  SignatureValue = Request.Signature  if SignatureValue != ""      return "<iframe align=\"center\" frameborder=\"no\" height=\"100%\" scrolling=\"no\" src=\"ADDMYURL.com/Content/SignatureValue/" + SignatureValue + ".htm\" width=\"100%\"></iframe>"  return "<p style=\"font-family: Tahoma; font-size: 10pt; text-align: center;\"><strong>No signature defined</strong></p>"

 

Let me know if you need more help and i will see what i can do. 7.7.x is great and we have a complex system which was fully tested fine . Looking forward to what is ahead in future releases too.

 

Good luck!

Dan


Viewing all articles
Browse latest Browse all 13696

Trending Articles