By using this website, you agree to our Terms of Use (click here)
I need to print different logos for different branches.
I know you can get the logo from the branch to use on invoice forms, but the logo for our invoice is larger (400 x 152) than what shows in the upper left corner of the screen (150 x 37). I also know you can have more than one logo uploaded to the branch, but only one of them can be "active". Is there a way to get the large branch logo to print report and the small logo to show on the screen?
I could get different branch logos if I use embedded images, BUT if I embed and then the logo changes (4 times since I have worked here), I have lots of report maintenance to do. My boss doesn't want to go this way if there is a way that makes maintenance easier.
I have looked at using external logos, but can find a way to conditionalize the external logos based on the branch.
Any ideas?
Hi DWS253,
Would it be ok to require the branch logo's file name to be something specific (eg. "Large Logo.png") when it is uploaded?
If that would be ok, then you might be able to query the UploadFile table directly. The Branch and File Name are stored in the UploadFile.Name column.
Note that when you open a file, you get a URL that looks like this:
http://localhost/Acumatica/(W(2))/Frames/GetFile.ashx?fileID=6bb1e91d-8aab-451c-be86-788ff4cd6ddd
And there is a column for FileID in the UploadFile table so you should be able to construct the URL for the image.
