Salesforce

FlwMtr (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

FlwMtr (Magic xpa 3.x)

Appends a message to the Activity Message list in the Activity Monitor, and stops execution before the next operation in the Magic xpa engine flow.

Syntax:

FlwMtr(message string, break expression)

Parameters:

message string: String that is to be appended to the Activity Message list.

break expression: A boolean (TRUE) expression, that stops execution before the next operation in the Magic xpa engine flow.

Returns:

Boolean – TRUE or FALSE values determine whether the next operation in the Magic xpa engine flow will be executed.

Example:

FlwMtr(DSTR(B,'DDMMYYYY'),'FALSE'LOG)
This example will add the value of variable B to the log without the need to stop and watch the variable contents. Use it when you need to check the variable’s contents without needing to stop and add the contents manually to the log file.

See also:

The Online and Rich Client Samples projects (program EV12 and REV12)

Reference
Attachment 
Attachment