Skip to main content

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).

@APistorius
To get the site logo, you need Branches.LogoName.

You should make sure that the field is available. You can do this by refreshing the Schema for that Branches Table.IN the RD, go to files, Build Schema. Click on the Load Schema button. Then highlight the Branches table & click the refresh button. This will load all the fields into the RD.

You should be able to use the field then. 
 

You could also load the mage into the companies, visual appearance, Reports section.

Hope this helps,
Bill


@APistorius , don't forget to click apply & OK


Reply