By using this website, you agree to our Terms of Use (click here)
Notifications
Clear all
Acumatica Analytical Report Manager (Financial Report Writer)
2
Posts
2
Users
0
Reactions
2,207
Views
July 9, 2019 1:40 pm
I'm currently pulling the Branch Name utilizing Report.GetDescription('OrganizationBranchReportParameters.BranchID',@BranchName) and it's working like a charm. I'm unable to figure out how to get the BranchID.
Any help would be appreciated.
1 Reply
September 7, 2019 9:43 pm
Try using this. Here are some screenshots showing Branch ID vs. Branch Name:
='Branch ID: '+Report.IntToUI('OrganizationBranchReportParameters.BranchID',@BranchName) ='Branch Name: '+Report.GetDescription('OrganizationBranchReportParameters.BranchID',@BranchName)