RequirementInvestigate and solve the issue with the “ADD WIP” option, which is not displaying all the Work in Progress (WIP) entries. Currently, the ADD WIP option is only showing entries up to 7 June, even though the invoice date is 30 June. There are billable items after 7 June that have been approved, but they are not… Continue reading Not showing all WIP when using ADD WIP option & Duplicate WIP
Author: Merin Sunny
Branded Bill Form – Documentation
Documentation: BBNS Documentation.docx
Documentation: Trustbridge
Document for the tasks that are done in the Trustbridge Project with Task description, Testcases, Testing steps, Testing video. Trustbridge – QA document.docx
QA document preparation: Work Order Picklist Creation- Inventory Detail Setup
QA document preparation : PPA Migration: Salesforce to NetSuite
Test case documentation : SLOAN-1 Test case documentation-PPA migration.xlsx Documentation for PPA migration : PPA Migration – SLOANLED-USA-NS.docx (sharepoint.com)
Test Case Documentation : ASGC-42 – Inventory detail setup on work order creation
Bundle Installation Script
Bundle installation script is used to automate the installation of a collection of software packages or dependencies is known as a bundle installation script. By installing several packages at once, it streamlines environment setup and saves time and effort. In development and deployment workflows, bundle installation scripts are frequently used, especially in situations where a… Continue reading Bundle Installation Script
Test case documentation : Update on Commitment view-APCN-493
Client Script
Is a client side script that are executed by predefined event triggers in the client browser.Client script executes in edit mode.Use client scripts to configure forms, form fields, and field values while the user is using the form. Client Scripts can : make fields hidden or visible make fields read only or writable make fields… Continue reading Client Script
Map-Reduce Script
MapReduce is a programming model for processing and generating large datasets in parallel across a distributed cluster of computers. It is best suited where data can be divided into smaller parts. Map/Reduce Use casesIdeal for scenario where you want to apply the same logic repeatedly, one time for each object in series. -Make each request… Continue reading Map-Reduce Script