I am trying to add a column from a custom field to my report extension. I created the custom field using a table and page extension.
More specifically, I made the two custom fields to extend the Company Information page, and I trying to add those fields as columns to a report extension that extends a Sales Invoice Report.
If you look at this screenshot below, you can see "SourceExpression" as a second parameter to the column function:
When I try adding the field name I want (the custom fields) for the SourceExpression, intellisense does not recognize it, and I get a problem saying that "the field does not exist in the current context".
How do I make the field available in the current context?
Thanks,
J