Objects/Tables/Table 1275 Doc. Exch. Service Setup
Table 1275 Doc. Exch. Service Setup in 21
Jonas Paprotka, Base Application 21.5.53619.63803, checked
- App
- Base Application
Fields, 23Keys, 1Procedures, 18Events, 1
Versions171819202122232425262728latest
Source29
Fields, 23
| Id | Name | Type | Obsolete |
|---|
| 1 | Primary Key | Code[10] | - |
| 4 | Sign-up URL | Text[250] | - |
| 5 | Service URL | Text[250] | - |
| 6 | Sign-in URL | Text[250] | - |
| 7 | Consumer Key | Guid | Pending 19.0 |
| Authentication with OAuth 1.0 is deprecated. |
| 8 | Consumer Secret | Guid | Pending 19.0 |
| Authentication with OAuth 1.0 is deprecated. |
| 9 | Token | Guid | Pending 19.0 |
| Authentication with OAuth 1.0 is deprecated. |
| 10 | Token Secret | Guid | Pending 19.0 |
| Authentication with OAuth 1.0 is deprecated. |
| 11 | Doc. Exch. Tenant ID | Guid | Pending 19.0 |
| Authentication with OAuth 1.0 is deprecated. |
| 12 | User Agent | Text[30] | - |
| 13 | Client Id | Text[250] | - |
| 14 | Client Secret Key | Guid | - |
| 15 | Redirect URL | Text[250] | - |
| 16 | Auth URL | Text[250] | - |
| 17 | Token URL | Text[250] | - |
| 18 | Access Token Key | Guid | - |
| 19 | Refresh Token Key | Guid | - |
| 20 | Enabled | Boolean | - |
| 21 | Log Web Requests | Boolean | - |
| 24 | Token Subject | Text[250] | - |
| 25 | Token Issued At | DateTime | - |
| 27 | Id Token | Text[1024] | - |
| 28 | Token Expired | Boolean | - |
Keys, 1
| Name | Fields | Obsolete |
|---|
| Key1, clustered | Primary Key | - |
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete |
|---|
| SavePassword | (var Guid, Text) | | public | Pending 19.0 |
| Authentication with OAuth 1.0 is deprecated. |
| GetPassword | (Guid) | Text | public | Pending 19.0 |
| Authentication with OAuth 1.0 is deprecated. |
| HasPassword | (Guid) | Boolean | public | Pending 19.0 |
| Authentication with OAuth 1.0 is deprecated. |
| SetURLsToDefault | () | | public | - |
| CheckConnection | () | | public | - |
| ShowJobQueueEntry | () | | public | - |
| SetClientSecret | (Text) | | public | - |
| GetClientSecret | () | Text | public | - |
| DeleteClientSecret | () | | public | - |
| SetAccessToken | (Text) | | public | - |
| GetAccessToken | () | Text | public | - |
| DeleteAccessToken | () | | public | - |
| SetRefreshToken | (Text) | | public | - |
| GetRefreshToken | () | Text | public | - |
| DeleteRefreshToken | () | | public | - |
| SetDefaultRedirectUrl | () | | public | - |
| SetURLsToDefault | (Boolean) | | public | - |
| IsEnabledChanged | () | Boolean | internal | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeEnableConnection | (var Record Doc. Exch. Service Setup, var Boolean) | - |