fcSDK Documentation
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 As 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:
  • IDNum - The IDNum of the ActionItem.
  • Objid - The Objid of the ActionItem.
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 2003 family

See Also

Reference

SalesToolkit Class
SalesToolkit Members
Overload List
UpdateActionItemSetup Class

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.