Proposal for EFT file format

RequirementPure care currently uses ACH Coastal but wants to switch to the electronic bank paymentsNetSuite app as the Coastal option is soon obsolete. The bundle for electronic bank paymentshas already been installed.Pure care pay vendors by direct deposit into their bank account and take funds from theircustomer’s bank accounts by EFT and deposit the funds… Continue reading Proposal for EFT file format

Showing Warning/ Success Messages in Suite lets

Scenario: We need show a warning message when an error occurs and a success message if the process completed. You can use ‘message‘ for showing warning/ information messages in a suitelet. ‘N/ui/message‘ module can be used for that. in the above example, we can create the message by using message.create method. As an option, you… Continue reading Showing Warning/ Success Messages in Suite lets

Adding Custom Field to Address Form

A custom address field can be added only to custom Address form.So firstly need to create custom Address form. To create a custom address form: Go to Customization > Forms > Address Forms, and click Customize for the standard address form. In the body area of a custom address form record, we can define a name for the… Continue reading Adding Custom Field to Address Form

Invoice email script-payment

script that triggers only on Create context of Payment ,that will send the emailusing the email template “CTG-Invoice” to anyone with “receive invoice” (on the customerform, under Relationships) checkbox checked and terms not Empty. only send the email in the case of invoice is “Paid in Full”

Invoice Email

script that triggers only on Create context of Invoice,that will send the emailusing the email template “CTG-Invoice” to anyone with “receive invoice” (on the customerform, under Relationships) checkbox checked.

Rescheduling Tasks using scheduling script

Scenario: Example for rescheduling tasks using scheduling task For rescheduling, you need to import ‘N/task’ module first. It is needed for creating each rescheduling tasks after reaching the limit of remaining governance. You can just call this function whenever you want rescheduling. You can change the parameters of the function according the requirement. In this… Continue reading Rescheduling Tasks using scheduling script