• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

"workflowsteptype" MDO List

Some tooltip text!
• 1 minute to read
 • 1 minute to read

MDO provider for the WorkflowStepType enum

Implemented by the WorkflowStepTypeProvider class. The name of the MDO list is 'workflowsteptype'.

Sample Request

GET /api/v1/MDOList/workflowsteptype
Authorization: Basic dGplMDpUamUw
Accept: application/json; charset=utf-8
Accept-Language: *

Sample Code

var listProvider = SuperOffice.CRM.Lists.SoListProviderFactory.Create("workflowsteptype", 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 Send e-mail
2 Send SMS
3 Wait (time based)
4 Wait for action
5 Split
6 Update contact
7 Add to list
8 Remove from list
9 Create request
10 Create follow-up
11 Create sale
12 Notify by e-mail
13 Notify by SMS
14 Run script

Related MDO Lists

  • "workflowsteptypeheadings"
  • "workflowsteptypeheadingswithallitem"
  • "workflowsteptypeheadingswithallitemwithnoselection"
  • "workflowsteptypeheadingswithnoselection"
  • "workflowsteptypewithallitem"
  • "workflowsteptypewithallitemwithnoselection"
  • "workflowsteptypewithnoselection"
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top