"saleprobability" MDO List
Some tooltip text!
• 1 minute to read
• 1 minute to read
MDO list provider for the probability list of the Sale dialog. This list extends the basic
Implemented by the
Sample Request
GET /api/v1/MDOList/saleprobability
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("saleprobability", forceFlatList: true);
foreach (var item in listProvider.RootItems) {
Console.WriteLine("{0} {1} {2} {3}",
item.Id, ResourceManager.ParseInlineResources(item.Name), item.StyleHint, item.ExtraInfo);
}
Sample Output
Id | Name | StyleHint | ExtraInfo |
---|---|---|---|
-1 | Lost | 0 | |
5 | Andre møte (50%) | 50 | |
4 | Første møte (20%) | 20 | |
3 | Muntlig aksept (90%) | 90 | |
1 | Sendt tilbud (30%) | 30 | |
2 | Sluttforhandlinger (80%) | 80 | |
-2 | Sold | 100 |
Related MDO Lists
- "saleprobabilityheadings"
- "saleprobabilityheadingswithallitem"
- "saleprobabilityheadingswithallitemwithnoselection"
- "saleprobabilityheadingswithnoselection"
- "saleprobabilitywithallitem"
- "saleprobabilitywithallitemwithnoselection"
- "saleprobabilitywithnoselection"