Skip to main content
Nintex Community Menu Bar
Question

Barcode Generator

  • July 11, 2024
  • 4 replies
  • 10 views

Forum|alt.badge.img+10

The free barcode generator we were using has stop working and we are looking for a new solution. Does anyone use a good barcode generator that integrates nicely with SalesForce and Skuid?

This topic has been closed for replies.

4 replies

Forum|alt.badge.img+9

We are using Gimbal Barcode


Forum|alt.badge.img+10
  • Author
  • July 11, 2024

Thank you! I just found them. Do you have to create a visual force page or can you put the barcode into a template?


Forum|alt.badge.img+9

Done before my time, so I am missing a lot of detail. But it appears we generate an ID card with by calling a v/f page with this included inside the html :

<GMBLBC:barcode value=“{!Our_Custom_Object__c.Name}” width=“15” type=“code39” displaytext=“false” />


Forum|alt.badge.img+10
  • Author
  • July 11, 2024

Great! Thank you so much.