LogCRNote(LogCRNoteSetup) Method
Setup object for API invocation.
Used to create a note log against a CR. This overload takes a setup object.
Syntax
'Declaration
Public Overloads Function LogCRNote( _
ByVal _setupParam_ LogCRNoteSetup _
) As ToolkitResult
public ToolkitResult LogCRNote(
LogCRNoteSetup _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 NoteLog.
Remarks
Allows for the assigning of notes and internal use only text. The date the note is logged can be set, as well as the user who logs the note. Additional fields on the log_cr_note can also be set as well as a time bomb (for the note log), which allows notifications to be generated based on the event.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family
Reference
QualityToolkit Class
QualityToolkit Members
Overload List
LogCRNoteSetup Class