Skip to main content

Hello

i just add a parameter in my report to select the account range 

it works fine but i want my filter to suggest the list of the account i writing like this one 

but its not working 

this is what the filter looks like 

 

i tried to add the branch id like the standard filter but its not working 

@khairi 

The field BAccount.AcctCD is probably too broad to use for your schema as it will list all of the business accounts, including customers and vendors.  Try referencing the same table and field from your report schema that is used in the filter on your Conditions tab.  For example if the filter is on APRegister.BranchID, the view name might be as follows: 

=Report.GetFieldSchema(‘APRegister.BranchID’)

This report selector in Acumatica would look something like this:

You can also copy the syntax to create a more generic drop down company/branch selector from one of the standard reports, for example the OrgBAccountID parameter on the standard report AP610500:

=Report.GetFieldSchema('OrganizationBranchReportParameters.OrgBAccountID')

That selector will appear in your report something like this:

 

Hope this helps!

Laura


Reply