Field AppendJournalText() Method

(SBM On-Premise/PaaS only) Appends text to a journal entry.

Function Signature

 bool AppendJournalText( value )

Parameters

Parameter Type Description

value

string

The text to append as a journal entry.

Return

Type Description

bool

Returns true if the field is a Journal Text field (and hence the text was appended); false if not.

Technical Details

SBM ModScript version: 11.3.

Notes

If the field is a Journal Text field, the parameter is appended as a new journal entry. Otherwise, nothing happens. You create a Journal Text field in SBM Composer by selecting a field type of Text and a display style of Journal. Journal Text fields have a type code of 101 (Text) and an attribute value of 2 (Journal) or 3 (read-only Journal).

Related Topics

Field