• Sri_Pavithra
  • NEWBIE
  • 10 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
Hi All,
I created the below formula field which displays the bar code based on the code.
IMAGE("//www.barcodesinc.com/generator/image.php?code="&Promo_Code__c&"&style=325&type=C128B&width=200&height=50&xres=1&font=3",Promo_Code__c)

The Bar code is getting displayed for Internal users. But, the same is not working for Customer Community Users.
I tried with the below formula, but still I'm seeing broken image
IMAGE(LEFT($Api.Partner_Server_URL_260, FIND( '/services', $Api.Partner_Server_URL_260))+"//www.barcodesinc.com/generator/image.php?code="&Promo_Code__c&"&style=325&type=C128B&width=200&height=50&xres=1&font=3",Promo_Code__c)

Could you please help me with this. I need to see the barcodes in Customer Community

Thanks in Advance!
Hi All,
I created the below formula field which displays the bar code based on the code.
IMAGE("//www.barcodesinc.com/generator/image.php?code="&Promo_Code__c&"&style=325&type=C128B&width=200&height=50&xres=1&font=3",Promo_Code__c)

The Bar code is getting displayed for Internal users. But, the same is not working for Customer Community Users.
I tried with the below formula, but still I'm seeing broken image
IMAGE(LEFT($Api.Partner_Server_URL_260, FIND( '/services', $Api.Partner_Server_URL_260))+"//www.barcodesinc.com/generator/image.php?code="&Promo_Code__c&"&style=325&type=C128B&width=200&height=50&xres=1&font=3",Promo_Code__c)

Could you please help me with this. I need to see the barcodes in Customer Community

Thanks in Advance!