| VAL |
Output |
The return depends on the ACTION parameter received:
IF ACTION = LDPREF THEN:
HIGHLIGHT ON^HIGHLIGHT COLOR^NAVIGATION LOCATION
IF ACTION = SVPREF THEN:
1 = Success
0 = Failure
|
ACTION |
Input |
This is the action to complete. It will contain one
of two values, "LDPREF" or "SVPREF". These must be sent exactly in order for
the action to take place.
|
INPUT |
Input |
This is the template required fields preferences to
be saved. When ACTION parameter contains LDPREF, then this value must be
included.
HIGHLIGHT ON^HIGHLIGHT COLOR^NAVIGATION LOCATION
HIGHLIGHT ON = 1 (ON) OR 0 (OFF)
HIGHLIGHT COLOR = A NUMBER REPRESENTING THE
COLOR FOR HIGHLIGHTS
NAVIGATION LOCATION = THIS IS THE LOCATION OF
THE NAVIGATION CONTROLS USED TO MOVE BETWEEN
REQUIRED FIELDS.
1 = TOP, 2 = LEFT, 3 = RIGHT, 4 = BOTTOM
|