The following tables list the members exposed by CreateActionItemSetup.
Name | Description | |
---|---|---|
CreateActionItemSetup Constructor | Initializes a new instance of the CreateActionItemSetup class. |
Name | Description | |
---|---|---|
AccountName | Name of the account to relate to the action item. | |
AdditionalFields | Allows the specification of additional fields to be updated as part of API invocation. | |
CompleteDate | The DateTime the Action Item is to be completed. If not set, it will be set to one week after the start date. | |
ContactFirstName | Contact's first name. | |
ContactLastName | Contact's last name. | |
ContactPhone | Contact's phone number. | |
CreateDate | The DateTime the Action Item was created. If not set, the current time is used. | |
DueDate | The DateTime the Action Item is due. If not set, the current time is used. | |
GenerateTimeBombs | Specifies if timebombs should be created. | |
LeadFirstName | First name of the lead for the action item. | |
LeadLastName | Last name of the lead for the action item. | |
Notes | Notes about the Action Item creation. | |
OpportunityIDNum | Opportunity Identifier. | |
Priority | Element from the 'Task Priority' application list. If not set, the default list value is used. | |
StartDate | The DateTime the Action Item is to be started. If not set, the current time is used. | |
Status | Element from the 'Open Action Item' application list. If not set, the default list value is used. | |
TaskType | Element from the 'Task Type' application list. If not set, the default list value is used. | |
Title | Title of the Action Item. | |
UserName | The user who is creating the action item. If not set, the Toolkit session user is used. |