UpdateActionItem(UpdateActionItemSetup) Method
Setup object for API invocation.
Update an existing Action Item. This overload takes a setup object.
Syntax
'Declaration
Public Overloads Function UpdateActionItem( _
ByVal _setupParam_ UpdateActionItemSetup _
) As ToolkitResult
public ToolkitResult UpdateActionItem(
UpdateActionItemSetup _setupParam_
)
Parameters
setupParam
Setup object for API invocation.
Return Value
The following values are populated in the ToolkitResult object returned by the API method:
Remarks
Virtually all of the data is optional – only the Action Item ID is required. For most of the input fields, blank values if will result in no change to the existing Action Item. To clear a data item (for example, the contact), set the data field to “CLEAR”. It is possible to modify the title, notes, contact, account, lead, opportunity, task type, priority, status (within the same condition), start date, and the completion date.
To relate a contact to the action item, supply all three of the contact fields. Likewise, to associate a Lead to the Action Item supply both lead fields.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
SalesToolkit Class
SalesToolkit Members
Overload List
UpdateActionItemSetup Class