I’m trying to add some filter options to the trial balance report in bc23. However, when I extend the report and I add my new filter fields to the request page, they do not show during testing.
This is my work:
requestpage
{
layout
{
addfirst(Content)
{
group(Options)
{
field(AccountingMethod;AccountingMethod)
{
Caption='Accounting Method';
}
field(AccMethod;AccMethod)
{
Caption='Use Cash Accounting Method?';
}
}
}
}
}
This is the default request page:
requestpage
{
SaveValues = true;
layout
{
}
actions
{
}
}
I think the default request page not having any controls is part of why i’m not seeing my filter fields.
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.