Skip to main content

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?

We are using Gimbal Barcode


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


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” />


Great! Thank you so much.