Codeunit 6489 Serv. Check Credit Limit in 28
- App
- Base Application
- Namespace
- Microsoft.Sales.Customer
Versions171819202122232425262728latest
Source29
Procedures, 12
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| ServiceHeaderCheck | (Record Service Header) | public | - | |
| ServiceLineCheck | (Record Service Line) | public | - | |
| ServiceContractHeaderCheck | (Record Service Contract Header) | public | - | |
| GetInstructionType | (Code[30], Code[20]) | Code[50] | public | - |
| ShowNotificationDetails | (Notification) | public | - | |
| GetCreditLimitNotificationId | () | Guid | public | - |
| GetOverdueBalanceNotificationId | () | Guid | public | - |
| GetBothNotificationsId | () | Guid | public | - |
| IsCreditLimitNotificationEnabled | (Record Customer) | Boolean | public | - |
| IsOverdueBalanceNotificationEnabled | (Record Customer) | Boolean | public | - |
| GetCreditLimitNotificationMsg | () | Text | public | - |
| GetOverdueBalanceNotificationMsg | () | Text | public | - |
Events, 8
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnNewCheckRemoveCustomerNotifications | (RecordId, Boolean) | - |
| Integration event | OnBeforeServiceHeaderCheck | (var Record Service Header, var Boolean) | - |
| Integration event | OnBeforeServiceLineCheck | (var Record Service Line, var Boolean) | - |
| Integration event | OnBeforeCreateAndSendNotification | (RecordId, Guid, Text[250], Notification, var Boolean, var Page Serv. Check Credit Limit) | - |
| Integration event | OnServiceHeaderCheckOnBeforeShowWarning | (var Page Serv. Check Credit Limit) | - |
| Integration event | OnServiceLineCheckOnBeforeShowWarning | (var Page Serv. Check Credit Limit) | - |
| Integration event | OnServiceContractHeaderCheckOnBeforeShowWarning | (var Page Serv. Check Credit Limit) | - |
| Integration event | OnBeforeServiceContractHeaderCheck | (Record Service Contract Header, var Boolean) | - |