Codeunit 7007 Price Asset List in 25
- App
- Base Application
- Namespace
- Microsoft.Pricing.Asset
Versions171819202122232425262728latest
Source29
Procedures, 18
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Init | () | public | - | |
| Count | () | Integer | public | - |
| GetMinMaxLevel | (var Integer) | public | - | |
| IncLevel | () | public | - | |
| SetLevel | (Integer) | public | - | |
| Add | (Enum Price Asset Type, Code[20]) | public | - | |
| Add | (Enum Price Asset Type, Guid) | public | - | |
| Add | (Enum Price Asset Type) | public | - | |
| Add | (Record Price Asset) | public | - | |
| Add | (Record Price Calculation Buffer) | public | - | |
| GetValue | (Enum Price Asset Type) | Code[20] | public | - |
| Copy | (var Codeunit Price Asset List) | public | - | |
| Append | (var Codeunit Price Asset List) | public | - | |
| GetList | (var Record Price Asset) | Boolean | public | - |
| First | (var Record Price Asset, Integer) | Boolean | public | - |
| Next | (var Record Price Asset) | Boolean | public | - |
| Remove | (Enum Price Asset Type) | Boolean | public | - |
| RemoveAtLevel | (Enum Price Asset Type, Integer) | Boolean | public | - |
Events, 2
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAddOnBeforeInsert | (var Record Price Asset) | - |
| Integration event | OnAfterGetValue | (Enum Price Asset Type, var Code[20]) | - |