Message Component

Fnd_Msg_GetParameter

Fnd_Msg_GetParameter (parameters string; num) -> Text

Legacy manual page 162

Parameters

ParameterTypeDescription
parameters stringTextString of parameters
numLongintParameter number to get
Function resultTextParameter value This function returns the parameter in position "num" out of the message. See Fnd_Msg_PackParameters to find out more about how to pack the parameters into your message. $State_t:=Fnd_Msg_GetParameter ("CityState";2)

Description

Extracted source text
            Fnd_Msg_GetParameter (parameters string; num) ➜ Text

              Parameter              Type               Description
              parameters string      Text               String of parameters
              num                    Longint            Parameter number to get
              Function result        Text               Parameter value
            This function returns the parameter in position "num" out of the message. See
            Fnd_Msg_PackParameters to find out more about how to pack the parameters into your message.
              $State_t:=Fnd_Msg_GetParameter ("CityState";2)