Codeunit 7011 Price Source List in 23
- App
- Base Application
- Namespace
- Microsoft.Pricing.Source
Versions171819202122232425262728latest
Source29
Procedures, 21
| Name | Parameters | Returns | Access | Obsolete |
|---|---|---|---|---|
| Init | () | public | - | |
| GetMinMaxLevel | (var Integer) | public | - | |
| GetPriceType | () | Enum Price Type | public | - |
| SetPriceType | (Enum Price Type) | public | - | |
| IncLevel | () | public | - | |
| SetLevel | (Integer) | public | - | |
| Add | (Enum Price Source Type, Code[20]) | public | - | |
| Add | (Enum Price Source Type, Code[20], Code[20]) | public | - | |
| Add | (Enum Price Source Type, Guid) | public | - | |
| Add | (Enum Price Source Type) | public | - | |
| GetValue | (Enum Price Source Type) | Code[20] | public | - |
| Copy | (var Codeunit Price Source List) | public | - | |
| GetList | (var Record Price Source) | Boolean | public | - |
| First | (var Record Price Source, Integer) | Boolean | public | - |
| Next | (var Record Price Source) | Boolean | public | - |
| GetSourceGroup | (var Record Dtld. Price Calculation Setup) | Boolean | public | - |
| Remove | (Enum Price Source Type) | Boolean | public | - |
| RemoveAtLevel | (Enum Price Source Type, Integer) | Boolean | public | - |
| Add | (Record Price Source) | public | - | |
| AddChildren | (Record Price Source) | public | - | |
| AddJobAsSources | (Code[20], Code[20]) | public | - |
Events, 3
| Kind | Name | Parameters | Obsolete |
|---|---|---|---|
| Integration event | OnAddOnBeforeInsert | (var Record Price Source) | - |
| Integration event | OnAfterGetValue | (Enum Price Source Type, var Code[20]) | - |
| Integration event | OnBeforeAddChildren | (Record Price Source, var Record Price Source) | - |