Class Hierarchy
Return Type |
Signature |
EvaluateGenericNameBuild( |
|
LogHistoryEvent( |
FSCCONFIG@1.1001:EvaluateGenericNameBuild
void FSCCONFIG@1.1001:EvaluateGenericNameBuild(
optional boolean force)
Name |
Description |
force |
when
null or false , the name is only generated if any of the defining properties of the namebuild are modified in this transaction |
FSCFOLIO@1.1001:LogHistoryEvent
TV_BATCHMODE_LOG_HISTORY
can be used.TV_SUPPRESSEDEVENTCATEGORIES
can be used.
void FSCFOLIO@1.1001:LogHistoryEvent(
any type,
optional object event,
optional LanguageStringList[] description,
optional datetime timestamp,
optional object user,
optional object group,
optional object position,
optional object substuser,
optional DocState docstate,
optional string[] args,
optional boolean nolocktimeout)
Name |
Description |
type |
The type of the event to be logged.
|
event |
An object that is the main data of the event.
|
description |
Obsolete. Multilingual string of the event, this should not be supplied any more.
|
timestamp |
an optional timestamp when the history event occurred. If not set the coonow will be used
|
user |
Optional. The user who initiated the event, if omitted the current user is used.
|
group |
Optional. The group of the initiating user, if omitted the current group is used.
|
position |
Optional. The position of the initiating user, if omitted the current position is used.
|
substuser |
Optional. The user who substitutes the initiating user, if omitted the current substituting user is used.
|
docstate |
Optional. The new docstate if business documents are modified.
|
args |
Optional. Additional arguments for printing the description text of the event. These have to be expression language constants, i.e. 1,"text", 2010-01-30 12:00:00.
|
nolocktimeout |
defines if the default lock timeout should be skipped.
|