adding appinfo info
All checks were successful
Publish to docs.datacontroller.io / Deploy docs (push) Successful in 1m57s

This commit is contained in:
^ 2024-05-06 23:54:20 +01:00
parent aa4854df14
commit 8718396f57

View File

@ -96,4 +96,10 @@ This can happen when importing with Data Integration Studio and your user profil
This can happen if you enter the wrong `serverName` when deploying the SAS program on an EBI platform. Make sure it matches an existing Stored Process Server Context.
The error may also be thrown due to an encoding issue - changing to a UTF-8 server has helped at least one customer.
The error may also be thrown due to an encoding issue - changing to a UTF-8 server has helped at least one customer.
## Determining Application Version
The app version is bundled into the frontend during the release, and is visible by clicking your username in the top right.
You can also determine the app version (and SASjs Version, and build time) by opening browser Development Tools and running `appinfo()` in the console.