IGrooveFormsToolRecord Interface

The IGrooveFormsToolRecord interface provides access to a record from script code in the Forms tool.

Methods

Method Description

CreateDescendantRecordEnum

Returns an enumeration of IDs for all descendants of this record.

HasField

Returns whether the specified field exists.

MarkRead

Marks the record as read.

MarkUnread

Marks the record as unread.

OpenField

Returns the value of the specified field.

OpenParentRecord

Returns the parent record.

Reparent

Makes this record a child of the specified parent record.

SetField

Sets the value of the specified field.

Read-only Properties

Property Description

HasDescendantRecords

Returns whether this record has any descendant.

HasParentRecord

Returns whether this record has a parent.

ID

Returns the record ID.

IsUnread

Returns whether this record is unread (TRUE) or read (FALSE).

See Also

Reference

IGrooveFormsToolRecordEnum Interface

Concepts

Accessing Forms Records