| $$ASKCSNR(DA,SIGNER) |
Prompts for a cosigner for the document.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DA |
Input |
IEN of TIU DOCUMENT file (#8925).
|
SIGNER |
Input |
DUZ of person using system. It will look at the
person's personal preferences to determine the co-signer to default.
|
|
ES(DA,DUZ) |
Calls to get electronic signature for document.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DA |
Input |
IEN of TIU DOCUMENT file (#8925).
|
DUZ |
Input |
DUZ of person who will enter the electronic
signature.
|
|
EDSIG(TIUDA,NULL,ASKPRINT) |
Call from edit action to sign document.
|
| VARIABLES |
TYPE |
VARIABLES DESCRIPTION |
DA |
Input |
IEN of TIU DOCUMENT file (#8925).
|
NULL |
Input |
(OPTIONAL) Pass as null...appears to have no affect
on call (variable internally always set to 1).
|
ASKPRINT |
Input |
(OPTIONAL) Pass as positive value if user should be
prompted to print the note based on parameter settings.
|
|