Codeunit CCS DIS Partner Tpt Az Storage
codeunit 5100976 "CCS DIS Partner Tpt Az Storage"
Events
OnBeforeSendWebServiceAdapter
event "CCS DIS Partner Tpt Az Storage" OnBeforeSendWebServiceAdapter(var WebServiceAdapter: Codeunit "CCS DIS Web Service Adapter")
This event is fired for each web service request.
Subscribe the event to add custom authorization, for example.
Parameters
Name |
Type |
Description |
WebServiceAdapter |
Codeunit "CCS DIS Web Service Adapter" |
The web service adapter to be executed. |
Attributes
Name |
Arguments |
IntegrationEvent |
False, False |
OnBeforeValidatePartner
event "CCS DIS Partner Tpt Az Storage" OnBeforeValidatePartner(Partner: Record "CCS DIS Partner"; var IsHandled: Boolean)
This event is fired right before the parter is valided for his Azure Storage fields.
Parameters
Name |
Type |
Description |
Partner |
Record "CCS DIS Partner" |
The current partner and the fields. |
IsHandled |
Boolean |
Set to true to create your own partner validation. |
Attributes
Name |
Arguments |
IntegrationEvent |
False, False |