Storage (1)
uPublished function
ΨID_NR – unique id of the function
ΨDisplayName_tx – header of the screen
§ID and display are shown to users as LOV
ΨFunction_tx – real function to be called
uParameters (never needed more than 10)
ΨVx_Label_tx – label for the parameter
§if null – parameter is disabled
ΨVx_Type_tx – helps UI to build the screen. Could be:
§LOV – value list
§TEXT – free text
§DATE – attached calendar is needed
ΨVx_Required_yn – helps UI enforce needed parameters
ΨVx_LOV_tx –name of the corresponding value list
ΨVx_Convert_Tx – any expression with one input
§Example - 'to_date(:1, ''YYYYMMDD'')' – transformation to the real date
§Should always use bind variable with correct ID