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. 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". 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. Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.