LogContractNote(LogContractNoteSetup) Method
Setup object for API invocation.
Causes a note log to be created and added to the specified contract. This overload takes a setup object.
Syntax
'Declaration
Public Overloads Function LogContractNote( _
ByVal _setupParam_ LogContractNoteSetup _
) As ToolkitResult
public ToolkitResult LogContractNote(
LogContractNoteSetup _setupParam_
)
Parameters
setupParam
Setup object for API invocation.
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
LogContractNoteSetup Class