SCENARIO#1 Viewing signature from another application/server
1. You need to create a javascript function that retrieve details from version level (E.g viewsig)
2. Create a button at BROWSER.TOOLS and place the function at ITEMS Field
3. Attached the new button created at VERSION level at HYPERLINK field
On this method, User will click the button and a new popup/new tab will show the content of signature
This requires custom.js and war file on T24 side. Ive attached the files. you can use them as reference
Attachment Scenario1_2018-10-02.zip not found
SCENARIO#2 Viewing signature from t24
1. We use the IM.DOCUMENT.IMAGE Module to upload the picture tagged by customer or account no
2. We view this using an Enquiry, that is attached at composite screen along with version screen. When user input the account no, the signature itself will automatically appear on enquiry.
On this method, Signature is automatically populated based on input.
Our image was stored as multipage .tiff file like PDF, along with that we use a chrome extension (
TiffViewer
) that convert .tiff to resizeable .png on the fly. Image was stored inside waf file. We plan map this folder to another location or server as well
Cash Withdrawal with auto populated signature
SCENARIO#3 Viewing signature from another application/server using REST
You can also use this method. T24 can pass the value using this HTTP like url similar to Scenario#1