Map reduce Script- Automatic credit notes generation

Requirements: All the return authorizations which have the status Pending Refund, Pending Refund/Partially Received, and “Exclude Auto credit” unchecked will be taken and be creating credit notes through workflow/script. Return Authorization having the item “MISCSALE” will be excluded from the automatic credit note generation process. An email notification will be sent to the corresponding customer… Continue reading Map reduce Script- Automatic credit notes generation

Automated Emails For Invoices And Credit Memo

The invoice emails including the credit memo and invoices will be sent on a scheduled basis. The requirement can be achieved by creating a custom record for scheduling purposes. The process will work as follows: A custom record will be created containing the following fields – Author Email Template Email Subject Email Body

Store Errors in script as a csv file

//Info: JOIN-203 Bugs & errors are common in every script. Usually, we used to Identify these by using try and catch statements.what if there are chances to get ‘n’ number of errors in each part…? its better if we are able identify errors in initial run, save it & continue the next section. Even though… Continue reading Store Errors in script as a csv file

Update Labor Cost And Unit Cost

Proposal summary This proposal covers the scope of updating employee Labor Cost per month. Requirement  Neutrinos need to update the employee cost which is used for labor costing calculations in the project module, according to the change in their payroll amounts in Adrenalin. Our Solution The Unit Cost field in the project task record is… Continue reading Update Labor Cost And Unit Cost

Delete Multiple Records By Calling Array Elements

//Info: JOIN-185 Requirement: Create a MapReduce script to delete the Sales order Records.In these cases, Normally we set a saved search criteria to met the requirement & retrieve the data’s from the search script and then proceed with the Deletion mapping. In case of sales order, we have multiple set of records linked to a… Continue reading Delete Multiple Records By Calling Array Elements