The Process Call Import Script in Zorro is used to create Invoice records.
Working of this process import call script
We have a csv file which contains the data to create invoice records. We import this csv file into the a folder called pending folder and then execute the scheduled script.
Step 1:
Documents > files > file cabinet >select “Call time Imports” folder. Then select the “Pending Folder”. We are importing the csv file to this Pending folder.
Step 2:
Then we have to execute the scheduled script to create the invoice records.
Customization > Scripting > Scripts
Select the “Process Call Time Imports” Script with internal ID :35
https://776865.app.netsuite.com/app/common/scripting/script.nl?id=35
This script having three deployments. We have to use the deployment named “Process call time imports” with deployment ID : “customdeploy1”
Select the deployment and Execute the deployment.
Then it will create the invoice records. And email is send to the administrator that includes the details regarding the invoice records. If the script fail to create the invoice records then the error file is send as csv to the administrator.
Note: Once the invoice records are created the csv file which is imported to the Pending folder will automatically moves to the Processed folder.