- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 12:54 AM
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.
But when i impersonate a person with company as IBM his logo shows up like this
The user's profile
Please help
Thanks
Harish
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 01:24 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 02:45 AM
Harish,
Try this, go to dictionary and search for
table = core_company && column name = banner_image
mark that field as active= false.
It should solve your issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 04:55 AM
Hey Thanks all the only way that i could do is to delete the company image.
Thanks
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 01:24 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2014 11:42 PM
Hi Amit
I tried that . even made that script include as inactive still the logo keeps overdidden . Can u suggest me an alternative?
Thanks
Harish
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2014 07:09 AM
I just tried it on Demo006.. try impersonating Abel Tuter Company of this user is "ACME South America" and I've set the different banner on that company but you'll see the default banner image.