Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Company logo different for different company user

Harish Goutham
Kilo Guru

HI

 

      I have created a company profile and made changes to the logo, which shows up on the left side. but i have an issue . whenever a user who has a difffernt company logs in the logo changes to his company's profile. I need the instance to show the same logo for every user. For example consider the logo should be service now's.

Company logo.JPG

 

But when i impersonate a person with company as IBM   his logo shows up like this

 

IBM user logo.JPG

The user's profile

user profile.JPG

Please help

 

Thanks

Harish

 

Pradeep Sharma

1 ACCEPTED SOLUTION

User150433
Tera Guru

The other option to handle this is by modifying the logic of "getBannerSrc" function in "MyCompany" script include.   The function should look like this.



getBannerSrc: function() {


        //return this.getReference("banner_image", "glide.product.image");


    return gs.getProperty("glide.product.image");


  }




Thanks,


Amit


View solution in original post

10 REPLIES 10

Hi Amit



      Thanks . Sorry for the late reply.



Thanks


Harish