Month

Mon 01 January 2018

Syntax

Month(datevalue)

Description

Use the Month function to return the month of the year as an integer from 1 to 12 for the specified datevalue . The Month function accepts a date or DateTime value as a parameter.

Parameters

Field or Control

Definition

datevalue

A date or DateTime value on ...

read more

MsgGet

Mon 01 January 2018

Syntax

MsgGet(message_set, message_num, default_msg_txt[, paramlist])

where paramlist is an arbitrary-length list of parameters of undetermined (Any) data type to be substituted in the resulting text string, in the form:

param1 [, param2]. . .

Description

Use the MsgGet function to retrieve a message from the Message Catalog and substitutes in the values ...

read more

MsgGetExplainText

Mon 01 January 2018

Syntax

MsgGetExplainText(message_set, message_num, default_msg_txt[, paramlist])

where paramlist is an arbitrary-length list of parameters of undetermined (Any) data type to be substituted in the resulting text string, in the form:

param1 [, param2]. . .

Description

Use the MsgGetExplainText function to retrieve the Explain text of a message from the Message Catalog and ...

read more

MsgGetText

Mon 01 January 2018

Syntax

MsgGetText(message_set, message_num, default_msg_txt[, paramlist])

where paramlist is an arbitrary-length list of parameters of undetermined (Any) data type to be substituted in the resulting text string, in the form:

param1 [, param2]. . .

Description

Use the MsgGetText function to retrieve a message from the Message Catalog and substitutes the values of ...

read more

NextEffDt

Mon 01 January 2018

Syntax

NextEffDt(field)

Description

Use the NextEffDt function to return the value of the specified field from the record with the next effective date (and effective sequence number if specified). The return value is an Any data type. This function is valid only for effective-dated records.

If the next record ...

read more

NextRelEffDt

Mon 01 January 2018

Syntax

NextRelEffDt(search_field, fetch_field)

where fieldlist is an arbitrary-length list of fields in the form:

field1 [,field2]. . .

Description

Use the NextRelEffDt function to locate the next occurrence of the search_field with the next effective date (and effective sequence number if the record contains an effective sequence number). It then returns ...

read more

NodeDelete

Mon 01 January 2018

Syntax

NodeDelete(nodeName)

Description

Use the NodeDelete function to delete the specified node and all subordinate objects (transactions, node properties, certificates, and so on.)

Warning! Once this function has completed, you cannot recover the node.

Parameters

Field or Control

Definition

nodeName

Specify the name of the node you want to ...

read more

NodeRename

Mon 01 January 2018

Syntax

NodeRename(oldNodeName, newNodeName) 

Description

Use the NodeRename function to rename a node. All node names are uppercase.

Parameters

Field or Control

Definition

oldNodeName

Specify the name of the node that you want to change, as a string.

newNodeName

Specify the new name for the node, as a string.

Returns ...

read more

NodeSaveAs

Mon 01 January 2018

Syntax

NodeSaveAs(oldNodeName, newNodeName) 

Description

Use the NodeSaveAs function to create a copy of the node specified by oldNodeName , and save it to the database as newNodeName . All node names are uppercase.

Parameters

Field or Control

Definition

oldNodeName

Specify the name of the node that you want to copy, as ...

read more

NodeTranDelete

Mon 01 January 2018

Syntax

NodeTranDelete(MsgNodeName, EffDt, TrxType, RqstMsgName, RqstMsgVer)

Description

Use the NodeTranDelete function to delete a node transaction.

Warning! If you delete a node transaction, any transaction modifier using that transaction is also deleted.

Parameters

Field or Control

Definition

MsgNodeName

Specify the message node name as a string.

EffDt

Specify the ...

read more