User wants to fulfill items in a Kit but the Item fulfillment page does not display all Kit components. Solution Kit/Package items displays component members in the Item fulfillment page only when these are Lot-Numbered, Serialized and with the Use Bin checkbox marked. This is because specific information are needed to be entered for these to… Continue reading Item Fulfillment Page Does Not Show All Kit Components
Author: Keerthy Davis
Include Back Ordered Items when Printing Picking Ticket
If we want to show uncommitted items on the picking ticket then enable Show Uncommitted Items on Picking Ticket feature. Navigate to Setup > Accounting > Accounting Preferences Click on the Order Management tab Enable Show Uncommitted Items on Picking Ticket preference. Click Save.
Formula for get Bill Credit amount where Bill Credit match with any of Bill applied on the current Vendor Payment
CASE WHEN {type}=’Bill’ THEN {amount} WHEN ({type}=’Bill Credit’ and {appliedtotransaction.internalid} in (‘1726′,’1733’)) THEN {appliedtolinkamount} ELSE 0 END
PDF Template for JCurve Solutions Limited – Part 2
Requirement: Customer Payment PDF J-curve would like to create the Customer Payment PDF template as per given layout Our Solution The requirement can be achieved by creating a script for adding a custom button named Receipt in the Customer Payment. When the user clicks the custom button, then the script will render the custom pdf… Continue reading PDF Template for JCurve Solutions Limited – Part 2
To get parent name from the customer name hierarchy
In order to get the parent name from the customer name hierarchy through the saved search, use the following formula
PDF Templates for JCurve Solutions Limited
Aston PDF Development
Working of email preference with customer preference
If want to send email with the template specified in the custom transaction form then go to Home > Set Preferences. And set the TRANSACTION EMAIL ATTACHMENT FORMAT as PDF This preference may be overwrites by customer email preference. If you select the HTML option as a transaction email attachment format, the system will not… Continue reading Working of email preference with customer preference
Remove leading and trailing white-space in Advanced PDF template
To remove the leading and trailing white-space from the string, refer the following sample (${” Test Sample “?trim}) OUTPUT (Test Sample)
Send an email with Excel file attachment on the custom button click
User Event Client Script Suitelet
Display multiple fonts in the Advanced PDF template
Suppose if we wants to use calibri font along with NotoSans, Download the Calibri ttf file upload on the file cabinet and enable the available without login Then render this font into Advanced PDF as follows