📚 SAP Business One SDK Help

TriggerParams Property
See Also 

Description

The trigger parameter that needs to be added to the task.

The TriggerParams is a string in xml format.

Property type

Read-write property

Syntax

Visual Basic
Public Property TriggerParams() As String

Remarks

The TriggerParams format is as follows:


"<Params>
    <Param>
        <Key>%key1%</Key>
        <Value Type=\"type1\">%value1%</Value>
    </Param>
    <Param>
        <Key>%key2%</Key>
        <Value Type=\"type2\">%value2%</Value>
    </Param>

</Params>
"


The supported value types are: “integer”, “double”, “string”, “date” and “time”.

See Also