Send statements to remind customers to pay their invoices. Most companies send statements one time a month. Choose to print, email or fax statements, in HTML or PDF format. To generate statements: Go to Customers > Accounts Receivable > Generate Statements. In the Statement Date field, accept or enter the date you want to appear… Continue reading Statement Fields
Author: Gopika Raveendran
Customizing Character Printing in Advanced PDF
Print Last Characters: To print a specific number of characters from the end of a field, you can use the following FreeMarker expression in your Advanced PDF template: ${record.checknum?string[record.checknum?length-4..]} In this expression, record.checknum is the field from which you want to extract characters. Adjust the number ‘4’ to your desired count to print a different… Continue reading Customizing Character Printing in Advanced PDF
Complex aspectes of enable features
Complexities of enable features : Features that require another feature Features that require additional steps to use Features that require multiple steps to disable Features that cannot be disabled
Combined Saved search as a table with email body
In the script, I utilized a loaded saved search to generate the email body table, not as an attachment. Any modifications to the saved search will not impact the table contents within the email body.If any updates are necessary for the saved search, using this method eliminates the need to modify the script. … Continue reading Combined Saved search as a table with email body
Lists of properties which must be required when you create a SuiteApp project.
The following table lists the properties which must be specified when you create a SuiteApp project. Publisher ID: A global presence/namespace in the SutieCloud world, assigned by SuiteCloud Developer Network (SDN), e.g. com.example Project ID: A unique identifier to assign to the project, e.g. mysuiteapp Project Name: A name of your project, e.g. MySuiteApp Project… Continue reading Lists of properties which must be required when you create a SuiteApp project.
How To Overcome Script Execution Time Exceeded Error in Schedule script 2.0?
The disadvantage of schedule script in suitescript 2.0 is that yield script functionality which is there in 1.0 has been taken away. Yield script had a great advantage of being able to resume the script from the point it stopped when time or usage limit exceeded.Workaround in schedule suitescript 2.0 to overcome time exceeded error is… Continue reading How To Overcome Script Execution Time Exceeded Error in Schedule script 2.0?
Add item website link with Advanced PDF
To include the website item link with the description, I have incorporated this into the PDF, using the item’s internal ID as the unique identifier. If there is a change in the domain or path in the future, updating the PDF will be necessary. Currently, the format is like ‘https://www.purecareinc.com/s.nl/it.A/id.ITEM_INTERNALID/.f ‘. Here, dynamically change the… Continue reading Add item website link with Advanced PDF
PROPOSAL FOR RETURN AUTHORIZATION, PURCHASE ORDER, CASH REFUND, PACKING SLIP PDFs
Proposal summary This proposal summarizes the functionality for converting basic PDFs to advanced PDFs (Return Authorization,Purchase Order,Cash Refund and Packing Slip). Requirement Pure Care Inc Canada wants to change the PDF’s and the following to be changed across all, New company logo. Font size to be the same across all documents. Shading or faint grid… Continue reading PROPOSAL FOR RETURN AUTHORIZATION, PURCHASE ORDER, CASH REFUND, PACKING SLIP PDFs
PROPOSAL FOR CREDIT LIMIT AUTOMATED NOTIFICATIONS
CREDIT LIMIT AUTOMATED NOTIFICATIONS Proposal Summary This proposal outlines the solution designed for automated email il functionality for customers that either reach or exceed the credit limit during order placement. If a customer attempts to place an order that exceeds their credit limit, prevent the order from being fulfilled and send the email to CSR… Continue reading PROPOSAL FOR CREDIT LIMIT AUTOMATED NOTIFICATIONS