FIRST OFF: I just attended my first Acumatica Summit and heard all about how amazing the community is and how helpful people are; so I’m bought in, show me what you got!
Our sales department wants a more formal look to our quotes/proposals and so the graphics guy has designed a template with a black header. Unfortunately our standard report logo doesn’t look good on a black background, but our site logo would.
I’ve found in Report Designer that the standard report logo reference is:
=:Branch.BranchOrOrganizationLogoNameReport]
and when I compare the difference between the references when I check the source in the ‘Companies’ screen:
- Report Logo info is:
- Control Type: Image Uploader
- Data Class: Organization
- Data Field: LogoNameReport
- View Name: OrganizationVier
- Business Logic: OrganizationMaint
- Site Logo info is:
- Control Type: Image Uploader
- Data Class: Organization
- Data Field: LogoName
- View Name: OrganizationVier
- Business Logic: OrganizationMaint
So I tried to switch the image reference in Report Designer to be:
=oBranch.BranchOrOrganizationLogoName]
and I tried:
=rBranch.BranchOrOrganizationLogoNameSite]
But it gives me an error when I try to run the report with the new image (which tells me my reference is bad).