Not showing all WIP when using ADD WIP option & Duplicate WIP

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

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

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