Objects/Tables/Table 1275 Doc. Exch. Service Setup
Table 1275 Doc. Exch. Service Setup in 27
Jonas Paprotka, Base Application 27.5.46862.47359, checked
- App
- Base Application
- Namespace
- Microsoft.EServices.EDocument
Fields, 23Keys, 1Procedures, 22Events, 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 | Removed 26.0 |
| Authentication with OAuth 1.0 is deprecated. |
| 8 | Consumer Secret | Guid | Removed 26.0 |
| Authentication with OAuth 1.0 is deprecated. |
| 9 | Token | Guid | Removed 26.0 |
| Authentication with OAuth 1.0 is deprecated. |
| 10 | Token Secret | Guid | Removed 26.0 |
| Authentication with OAuth 1.0 is deprecated. |
| 11 | Doc. Exch. Tenant ID | Guid | Removed 26.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, 22
| Name | Parameters | Returns | Access | Obsolete |
|---|
| SetURLsToDefault | () | | public | - |
| CheckConnection | () | | public | - |
| ShowJobQueueEntry | () | | public | - |
| GetClientSecret | () | Text | public | Pending 25.0 |
| Replaced by GetClientSecretAsSecretText |
| DeleteClientSecret | () | | public | - |
| SetAccessToken | (Text) | | public | Pending 25.0 |
| Replaced by SetAccessToken(AccessToken: SecretText) |
| GetAccessToken | () | Text | public | Pending 25.0 |
| Replaced by GetAccessTokenAsSecretText |
| DeleteAccessToken | () | | public | - |
| SetRefreshToken | (Text) | | public | Pending 25.0 |
| Replaced by SetRefreshToken(RefreshToken: SecretText) |
| GetRefreshToken | () | Text | public | Pending 25.0 |
| Replaced by GetRefreshTokenAsSecretText |
| DeleteRefreshToken | () | | public | - |
| SetDefaultRedirectUrl | () | | public | - |
| SetURLsToDefault | (Boolean) | | public | - |
| IsEnabledChanged | () | Boolean | internal | - |
| ScheduleJobQueueEntries | () | | public | - |
| CancelJobQueueEntries | () | | public | - |
| SetClientSecret | (SecretText) | | public | - |
| GetClientSecretAsSecretText | () | SecretText | public | - |
| SetAccessToken | (SecretText) | | public | - |
| GetAccessTokenAsSecretText | () | SecretText | public | - |
| SetRefreshToken | (SecretText) | | public | - |
| GetRefreshTokenAsSecretText | () | SecretText | public | - |
Events, 1
| Kind | Name | Parameters | Obsolete |
|---|
| Integration event | OnBeforeEnableConnection | (var Record Doc. Exch. Service Setup, var Boolean) | - |