Table "Service Connection"
ID 1400
Namespace: Microsoft.Utilities
Properties
| Name |
Value |
| Caption |
Service Connection
|
| ReplicateData |
False
|
| TableType |
Temporary
|
| DataClassification |
CustomerContent
|
Fields
| Name |
Type |
Description |
| "No." |
Text[250]
|
|
| "Record ID" |
RecordId
|
|
| Name |
Text[250]
|
|
| "Host Name" |
Text[250]
|
|
| Status |
Option
|
|
| "Page ID" |
Integer
|
|
| "Assisted Setup Page ID" |
Integer
|
|
| SystemId |
Guid
|
|
| SystemCreatedAt |
DateTime
|
|
| SystemCreatedBy |
Guid
|
|
| SystemModifiedAt |
DateTime
|
|
| SystemModifiedBy |
Guid
|
|
| SystemRowVersion |
BigInteger
|
|
Methods
InsertServiceConnection
procedure InsertServiceConnection(var ServiceConnection: Record "Service Connection" temporary, RecordID: RecordId, ServiceName: Text, HostName: Text, PageID: Integer)
Parameters
InsertServiceConnectionExtended
procedure InsertServiceConnectionExtended(var ServiceConnection: Record "Service Connection" temporary, RecordID: RecordId, ServiceName: Text, HostName: Text, PageID: Integer, AssistedSetupPageId: Integer)
Parameters
Events
OnRegisterServiceConnection
[IntegrationEvent(False,False)]
procedure OnRegisterServiceConnection(var ServiceConnection: Record "Service Connection" temporary)
Parameters
See also