KVSMEDEBillingFileServiceSetup#
Fields#
| Name | Type | Note | 
|---|---|---|
| PrimaryKey | Code[20] | |
| IsEnabled | Boolean | |
| ConnectionType | Enum (KVSMEDFileServiceType) | |
| CultureInfoName | Text[20] | |
| Uri | Text[1024] | |
| PasswordId | Guid | |
| ClientBase64Certificate | Blob | |
| ServerBase64Certificate | Blob | |
| AZRelayNamespace | Text[250] | |
| AZConnectionName | Text[250] | |
| AZKeyName | Text[250] | |
| AZKeyStorageId | Guid | 
Procedures#
HasPassword() : Boolean#
[NonDebuggable()]
procedure HasPassword(): Boolean
BuildNewFileService(Interface KVSMEDIFileService, Boolean) :#
procedure BuildNewFileService(var KVSMEDIFileService: Interface "KVSMEDIFileService"; ThrowErrorImmediately: Boolean): 
Events#
OnBeforeBuildNewFileService(Record KVSMEDEBillingFileServiceSetup, Interface KVSMEDIFileService, Boolean) :#
[IntegrationEvent(false, false)]
local procedure OnBeforeBuildNewFileService(var EBillingFileServiceSetup: Record "KVSMEDEBillingFileServiceSetup"; var fileService: Interface "KVSMEDIFileService"; var IsHandled: Boolean): 
[EventSubscriber(ObjectType::Table, Table::"KVSMEDEBillingFileServiceSetup", 'OnBeforeBuildNewFileService', '', false, false)]
local procedure DoSomethingOnBeforeBuildNewFileService(var EBillingFileServiceSetup: Record "KVSMEDEBillingFileServiceSetup"; var fileService: Interface "KVSMEDIFileService"; var IsHandled: Boolean)
begin
end;