Codeunit TAPIManagement

ID 5053
Namespace: Microsoft.CRM.Interaction

Methods

Dial

procedure Dial(PhoneNumber: Text[80]): Boolean

Parameters

Name Type Description
PhoneNumber Text[80]

Returns

Type Description
Boolean

DialContCustVendBank

procedure DialContCustVendBank(TableNo: Integer, No: Code[20], PhoneNo: Text[30], ContAltAddrCode: Code[10])

Parameters

Name Type Description
TableNo Integer
No Code[20]
PhoneNo Text[30]
ContAltAddrCode Code[10]

ShowNumbers

procedure ShowNumbers(ContactNo: Code[20], ContAltAddrCode: Code[10]): Text[260]

Parameters

Name Type Description
ContactNo Code[20]
ContAltAddrCode Code[10]

Returns

Type Description
Text[260]

Events

OnBeforeDialContCustVendBank

[IntegrationEvent(False,False)]
local procedure OnBeforeDialContCustVendBank(TableNo: Integer, No: Code[20], PhoneNo: Text[30], ContAltAddrCode: Code[10], var IsHandled: Boolean)

Parameters

Name Type Description
TableNo Integer
No Code[20]
PhoneNo Text[30]
ContAltAddrCode Code[10]
IsHandled Boolean

OnDialContCustVendBankOnBeforemakePhoneCall

[IntegrationEvent(False,False)]
local procedure OnDialContCustVendBankOnBeforemakePhoneCall(var Contact: Record Contact)

Parameters

Name Type Description
Contact Table Microsoft.CRM.Contact.Contact

OnDialContCustVendBankCaseElse

[IntegrationEvent(False,False)]
local procedure OnDialContCustVendBankCaseElse(var ContactBusinessRelation: Record "Contact Business Relation", TableNo: Integer)

Parameters

Name Type Description
ContactBusinessRelation Table Microsoft.CRM.BusinessRelation."Contact Business Relation"
TableNo Integer

OnAfterCreateCommMethod

[IntegrationEvent(False,False)]
local procedure OnAfterCreateCommMethod(Contact: Record Contact, var TempCommunicationMethod: Record "Communication Method" temporary, ContactNo: Code[20], ContAltAddrCode: Code[10])

Parameters

Name Type Description
Contact Table Microsoft.CRM.Contact.Contact
TempCommunicationMethod Table Microsoft.CRM.Contact."Communication Method"
ContactNo Code[20]
ContAltAddrCode Code[10]

See also