Adding an Option to an existing Erp.UI.Rpt form

Hello,

What is the recommended way to add a custom option to a print form in Application Studio, so that its value is readable in the SSRS (.rdl) ?

My first instinct would be to bind the custom option to the existing ReportParam dataview, but I guess it would need to be passed down to the underlying Server Table.

I have seen people that went with the CallContextBpmData solution instead. I don’t really like binding to generic fields (Character01, Checkbox01, etc..), but if that’s what it takes .. :saluting_face: