Article | 70002244 |
Type | Wish |
Product | WebJS |
Version | 1001 |
Date Added | 7/20/2022 12:00:00 AM |
Fixed | 10.1002.0.1 (8/3/2022 12:00:00 AM) |
Submitted by | Mirio Buoro |
Summary
Add AccessToken parameter in SelectDocument method.
Solution
In version 1002.0.1 parametrs have been added to the SelectDocument() method after the selected document and the question mark(?) where we are able to pass an access token or other parameters like:
vdObj.SelectDocument("vddocument.vds?param1=param1& param2=param2&token= 123"); or
vdObj.SelectDocument("vddocument.vds?token= 123");
The token parameter has to be written exactly like: token= myvalue