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
Tag: map/reduce script
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.
Transform Vendor bill to vendor payment using MapReduce
convert vendor bills to corresponding vendor payment using the script.