Some small software you need to install before starting to use Ascent Label function:
- . Please register at Zebra.com and download the Zebra Designer: http://www.zebra.com/us/en/products-services/software/zebralink/zebra-designer.html
Please note you need to download and install the software in a Windows system.
You can also use BarTender. It is more user-friendly, but you need to buy licenses after free trial.
- Download and install qz.io version 2.0 in the PC/Mac you are going to print labels from. https://qz.io/download/
There are 3 major steps to set up Ascent Label function.
- Make Ascent Label Configuration
- Design and Upload Label Templates
- Add Print Label Button
- Print Labels
1) Make Ascent Label Configuration
- 1.Select Master Object, which is also where to put the print button and print labels from.
- 2. Enter Query Fields. It should be field API name. You can use “Field List” link to select and insert field API names. Use “,” to separate field API names.
- 3. Link a related record if needed. For example, you can link Received Purchase Order Line to Purchase Order.
- 4. Enter Query Fields for related records. Same to step 2).
- 5. Enter a Quantity Field.
- 6. Select a template.
- 7. Save the label configuration. You can re-edit this label configuration later.
2) Design and Upload Label Templates
You can use Zebra Designer or BarTender to design label templates. (Here, we take Zebra Designer as an example. BarTender has quite similar operations. )
- 1. Create a new Label in Zebra Designer. Click on the "File" tab in the top bar and click "New". You need to select the printer type and keep press the "Next" button, until you get to the "Label Dimensions" setup page. See below:
You need to enter the width and height for the label and choose the proper unit of measure. Then, you can hit the "Finish" button.
- 2. Add the Text field to the label template. Please find the "Fixed Text" in "Text" picklist in the left-side bar.
Then, you need to locate the Fixed Text area to the label template.
- 3. Use the Text Wizard tool to add texts to the label template. Once you locate the Fixed Text area on the label template, it will show a Text Wizard window.
Please select "Fixed text" as shown above.
In the box, please enter the field names and API names. Field Name is what displays on the SF page, and you can simply find the API name on your label configuration page.
What should be in the Zebra Designer Text Wizard:
Field Name : {Field's API Name} // Location Description: {PBSI__description__c}
What will be shown on the print-outs:
Field Name : The Value in the Field // Location Description : This is the main warehouse.
You can also select Font for the texts on the label before you click on "Finish" button.
- 4. Use the Barcode Wizard tool to add barcodes to the label template.
Similar to adding a text field, after you locate the barcode area, you need to put “Field Name : {Field's API Name}” in the Fixed Barcode Data box.
You can define barcode type before you save it. Code128 is the most used one.
- 5. Save the label template in .lbl and .prn. You can simply save the label template by selecting "Save" or "Save As" under the File tab. It will be saved as .lbl file in this approach.
To make the label template acceptable to Salesforce system, you also need to save it in .prn format. To save it as .prn, you need to select "Print" under File tab, click the "Print" button on the next popped up window and save it to a proper folder.
- 6. Upload the label template to Ascent Label Template folder. You can go to Document tab and find the "Ascent Label Templates" folder.
Then, you can upload the .prn file to this folder.
- 7. Then, if you go back to your saved label configuration, you can link the uploaded template to your configuration.
3) Add Print Label button.
- 1. Go to your master object’s page and click on “View Object”.
- 2. Create a new button.
- 3. Follow screenshot below to create a new button for printing labels on Purchase Order page.
In the custom button or link editor box, you can use this code:
/apex/Ascent_LB__printLabels?id={!PBSI__PBSI_Purchase_Order__c.Id}
You can use other object’s API name to take place “PBSI__PBSI_Purchase_Order__c” if you want to create a print label button for other object.
- 4. Then, you can edit page layout and drag the new button to your current page layout.
4) Print Labels
By clicking on “Print Label” button, it will open a new window for label builder.
You will need to select Records(Objects) to print, Label(template) and printer. Then, hit green print button to print.
Comments
0 comments
Please sign in to leave a comment.