End April Revenue Upload IR- Credit Memo Automation-AMZ
Tag: map/reduce script
Deletion of IR and Credit Memo
Deletion of IR and Credit Memo
Consider more than one email separator for values in email field to send email
Requirement Need to consider comma or semicolon as a separator for email ids given in email field for sending out the email . Solution Following code provides the way to consider any of the given email separator( , ;).
Passing values to Script parameters via Suitescript
Script parameters are useful when there is a requirement to store data specific to a script but more accessible to all users other than developers. Using script parameterswe can avoid hardcoding certain values to the code that is required to be modified often. Also these values can be modified by anyone having access to the… Continue reading Passing values to Script parameters via Suitescript
Remove the CORRESPONDING PO and ETA Column Values from Sales Orders.
REQUIREMENT Determine which sales orders are included in the corresponding PO and make sure thecommitted quantity equals the order quantity. If the condition is met, remove thecorresponding PO value and the estimated time of arrival (ETA) from the corresponding salesorder column. SOLUTION
Scheduled Email For PM’s using MR script
Requirement: We need to send pending timesheet details to the corresponding project manager by end of the Day.We can use a scheduled script for the development and it will check the timesheet and send a list of pending timesheets to the corresponding project managers with necessary details such as Date,Timesheet details,Actual Hours,Employee name , timesheet… Continue reading Scheduled Email For PM’s using MR script
Auto delete real time request
Following is a map reduce script to delete the custom records that are older than 60 days.The Deletion process will be done once a week and can be scheduled.
Pass values from reducing stage to summarize after completion of all map/reduce process completion
This code snippet will help you pass values from the reducing stage to the summarize stage.
Customer Statement using Mapreduce script
The statement will be emailed to the corresponding customer’s contacts that have “Email Invoices” checkbox checked if there is a balance for that customer.
Service sale items to resale
Conversion of service sales items to resale.