KVSDMSGeneralSetup#
Fields#
| Name | Type | Note |
|---|---|---|
| Primary Key | Code[10] | |
| KUMAconnect Out Active | Boolean | |
| KUMAconnect IC Active | Boolean | |
| Show Client on List Pages | Boolean | |
| ELO IC URI | Text[500] | |
| Use oAuth2 | Boolean | |
| ELO oAuth2 URI | Text[500] | |
| ELO REST URI | Text[500] | |
| Use Indexserver API | Boolean | |
| ELO Tenant | Text[250] | |
| ELO Username | Text[50] | |
| Factbox Height | Integer | |
| SingleSignOn | Boolean | |
| Token Endpoint | Text[250] | |
| Client Id | Text[250] | |
| Token Scope | Text[250] | |
| Use Report Id | Boolean |
Procedures#
InitSettings() :#
procedure InitSettings():
SetPassword(Text) :#
[NonDebuggable()]
procedure SetPassword(NewPassword: Text):
GetPassword() : Text#
[NonDebuggable()]
procedure GetPassword(): Text
SetClientSecret(Text) :#
[NonDebuggable()]
procedure SetClientSecret(NewPassword: Text):
GetClientSecret() : Text#
[NonDebuggable()]
procedure GetClientSecret(): Text