fcSDK Documentation
LogContractNote(String,String) Method

Contract Identifier.
The notes being logged to the Contract.
Causes a note log to be created and added to the specified contract. This overload takes a set of required parameters for the API.
Syntax
'Declaration
 
Public Overloads Function LogContractNote( _
   ByVal contractIDNum As String, _
   ByVal notes As String _
) As ToolkitResult
public ToolkitResult LogContractNote( 
   string contractIDNum,
   string notes
)

Parameters

contractIDNum
Contract Identifier.
notes
The notes being logged to the Contract.

Return Value

The following values are populated in the ToolkitResult object returned by the API method:
  • Objid - The Objid of the NotesLog.
Remarks
It logs the note with the user name specified. There can be Internal Use notes added. It allows the setting of optional fields on the notes_log record with the use of the AdditionalFields object.

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

ContractsToolkit Class
ContractsToolkit Members
Overload List

 

 


© 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.