"serviceassociate" MDO List
Some tooltip text!
• 1 minute to read
• 1 minute to read
MDO provider for associates that are allowed to approve a quote.
Implemented by the
Additional Attributes
Description | Name | Example Value |
---|---|---|
Flag to include defaul values (currentUser, autoAssign = int.maxValue, unAssigned = 0) | IncludeDefaultItems | False |
Flag to add related user's 'not present' status message to fullname | AddNotPresentStatus | False |
Sample Request
GET /api/v1/MDOList/serviceassociate
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *
Sample Code
var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("serviceassociate", 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 |
---|---|---|---|
106 | Adm6 | ||
17 | Sal0 | ||
29 | Ser0 | ||
30 | Ser1 | ||
31 | Ser2 | ||
32 | Ser3 | ||
33 | Ser4 | ||
34 | Ser5 | ||
64 | SerNS03 NetServer | ||
23 | Tje0 | ||
24 | Tje1 | ||
25 | Tje2 | ||
26 | Tje3 | ||
27 | Tje4 | ||
28 | Tje5 | ||
99 | Tjeneste Sjef | ||
65 | TjeNS04 NetServer |
Related MDO Lists
- "serviceassociateheadings"
- "serviceassociateheadingswithallitem"
- "serviceassociateheadingswithallitemwithnoselection"
- "serviceassociateheadingswithnoselection"
- "serviceassociatewithallitem"
- "serviceassociatewithallitemwithnoselection"
- "serviceassociatewithnoselection"