Display SO Item Table in Customer Deposit PDF.

Currently, the customer deposit standard print doesn’t provide a direct connection to SO and print item table in Advanced PDF template. SOLUTION Create a UE script in customer deposit and create a custom hidden field to store the SO item data and fetch this data in advanced pdf template and print the table And on… Continue reading Display SO Item Table in Customer Deposit PDF.

Error while Parsing XML in the template

Issue Error: “The entity name must immediately follow the ‘&’ in the entity reference” when trying to print or save an Advanced PDF/HTML Template. Solution This usually happens if one of the Company Information or one of the Field Label or values have a special character like ‘&’. Identify first which field label or value has ‘&’ then add a… Continue reading Error while Parsing XML in the template

Advanced PDF Template – Display Shipping Carrier Field value

A. Create a Saved Search         1. Navigate to Lists > Search > Saved Searches > New         2. Select Transactions         3. Search Title = Enter Search Title (i.e. Shipping Carrier – SO)         4. Criteria:             * Main Line = T      … Continue reading Advanced PDF Template – Display Shipping Carrier Field value

Indexing Styles in Advance PDF

To add the indexing style in Advance PDF. We can use the attribute “marker-type” eg: marker-type = “lower-alpha” – The index will be printed as lower case alphabets in sequential order in the example above. Other examples are marker-type = “upper-alpha” : Upper case alphabets marker-type = “lower-roman” : Lower case roman letters marker-type =… Continue reading Indexing Styles in Advance PDF