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 family
Reference
ContractsToolkit Class
ContractsToolkit Members
Overload List