Codeunit 5456 Graph Connection Setup in 20
- App
- Base Application
Versions171819202122232425262728latest
Source29
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| CanRunSync | () | Boolean | public | - |
| ConstructConnectionString | (Text, Text, Text, Text) | Text | public | - |
| GetGraphNotificationUrl | () | Text[250] | public | - |
| GetInboundConnectionName | (Integer) | Text | public | - |
| GetInboundConnectionString | (Integer) | Text | public | - |
| GetSubscriptionConnectionName | (Integer) | Text | public | - |
| GetSubscriptionConnectionString | (Integer) | Text | public | - |
| GetSynchronizeConnectionName | (Integer) | Text | public | - |
| GetSynchronizeConnectionString | (Integer) | Text | public | - |
| RegisterConnectionForEntity | (Text, Text, Text, Text, Text, Text) | public | - | |
| RegisterConnections | () | public | - | |
| IsS2SAuthenticationEnabled | () | Boolean | public | - |
Events, 9
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnCheckForceSync | (var Boolean) | - |
| Integration event | OnGetInboundConnectionName | (Integer, var Text) | - |
| Integration event | OnGetInboundConnectionString | (Integer, var Text) | - |
| Integration event | OnGetSubscriptionConnectionName | (Integer, var Text) | - |
| Integration event | OnGetSubscriptionConnectionString | (Integer, var Text) | - |
| Integration event | OnGetSynchronizeConnectionName | (Integer, var Text) | - |
| Integration event | OnGetSynchronizeConnectionString | (Integer, var Text) | - |
| Integration event | OnRegisterConnections | () | - |
| Integration event | OnIsS2SAuthenticationEnabled | (var Boolean, var Boolean) | - |