SBM ModScript Reference → Programming SBM ModScript → Object Types → Field → Field AppendJournalText() Method
(SBM On-Premise/PaaS only) Appends text to a journal entry.
Parameter | Type | Description |
---|---|---|
value |
string |
The text to append as a journal entry. |
Type | Description |
---|---|
bool |
Returns true if the field is a Journal Text field (and hence the text was appended); false if not. |
SBM ModScript version: 11.3.
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).
Copyright © 2007–2018 Serena Software, Inc., a Micro Focus company. All rights reserved.