UpdateActionItemSetup Class Members
The following tables list the members exposed by UpdateActionItemSetup.
Public Constructors
Name | Description | |
---|---|---|
![]() |
UpdateActionItemSetup Constructor | Initializes a new instance of the UpdateActionItemSetup class. |
Public Properties
Name | Description | |
---|---|---|
![]() |
AccountName | Name of the account to relate to the action item. |
![]() |
ActionItemIDNum | ActionItem Identifier. |
![]() |
AdditionalFields | Allows the specification of additional fields to be updated as part of API invocation. |
![]() |
CompleteDate | The DateTime the Action Item was completed. If not set, the current time is used. |
![]() |
ContactFirstName | Contact's first name. |
![]() |
ContactLastName | Contact's last name. |
![]() |
ContactPhone | Contact's phone number. |
![]() |
DueDate | The DateTime the Action Item was due. If not set, the current time is used. |
![]() |
LeadFirstName | First name of the lead for the action item. |
![]() |
LeadLastName | Last name of the lead for the action item. |
![]() |
Notes | Action Item notes. |
![]() |
OpportunityIDNum | Oppertunity Identifier. |
![]() |
Priority | Element from the 'Task Priority' application list. If not set, the default list value is used. |
![]() |
StartDate | The DateTime the Action Item was 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 | Action Item title. |
![]() |
UpdateDate | The DateTime the Action Item was updated. If not set, the current time is used. |
Reference
UpdateActionItemSetup Class
FChoice.Toolkits.Clarify.Sales Namespace
UpdateActionItem(UpdateActionItemSetup) Method