dreimer Posted February 15, 2012 Share Posted February 15, 2012 Has anyone had to create this barcode for mailing domestic parcels? I am trying to set this up, but looks like I may be missing the FNC1 portion of it. My rule is as follows: var UseChecksum = true; // or change to false return '<f name="IDAutomationC128L">' + NormalizeEntities( MakeEAN128Barcode(Field("Machinable Parcel Barcode"), UseChecksum)); The "Machinable Parcel Barcode" field includes the "420" necessary and is followed by the 5 digit zip code, for example "42055379". I believe the barcode needs to be subset C Any help would be greatly appreciated. Quote Link to comment Share on other sites More sharing options...
mcmahand Posted February 15, 2012 Share Posted February 15, 2012 Try placing parentheses around the 420. For example, use "(420)55379". Quote Link to comment Share on other sites More sharing options...
dreimer Posted February 15, 2012 Author Share Posted February 15, 2012 That was it, Tech support clued me in on that one, thanks for your response. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.