Skip to content

📤Property Derivations Output Parameters

Output Parameters

Output Parameter Description
g_out_ignore_flag Y or N to indicate whether action needs to be ignored in the mapped dimension or not. Default value is N.
g_out_prop_value Property Value for the mapped dimension’s member for the property that is mapped in the Property Mapping configurations
g_status Status Values are either ‘S’ for Success or ‘E’ for Error.

Alternatively use the following method to set values in your code.

ew_lb_api.g_status := ew_lb_api.g_success
OR
ew_lb_api.g_status := ew_lb_api.g_error
g_message Error Message if the status is Error.

Next Steps


Important

Always set g_status and provide a g_message when returning an error. This ensures users understand what went wrong and can take corrective action.