This is a client script based on the Field Changed functionality to set a checkbox custom field to true when the status of lead recod changes into Customer-Active. Code: /** * @NApiVersion 2.x * @NScriptType ClientScript * @NModuleScope SameAccount */ /************************************************************************************************ * * ClientScript ** * * ********************************************************************************************** * * Author: Jobin and Jismi *… Continue reading Script for setting custom Login Access field when lead status changes to customer.
Month: January 2024
Custom page for manipulating balance based on various assessments
Fund Assessment This project/task briefs about the functionality of the Fund Assessment in DIAB instances. Fund Assessment is for manipulating various assessments from Donors or Charities or Projects. The assessments are Charity Application Assessment, Charity Renewal Assessment, Project Oversight Assessment, Foundation Services Assessment, Grant Assessment, Processing Assessment, Fiscal Sponsorship, Administrative Cost Assessment, Investment Oversight Assessment, Contribution… Continue reading Custom page for manipulating balance based on various assessments
How to use wild cards in saved search formulas
CASE {expression} WHEN {expression} like ‘%’ || (condition) || ‘%’ THEN {expression} ELSE {expression} END For example: formula(text) –> CASE WHEN {location} like ‘%’ || (‘kerala’) || ‘%’ THEN ‘Temporarily Closed’ ELSE ‘Open” END
Out of Stock Message
With the 2023.2 release, the Out of Stock error message lists the exact number of items that are not in stock so that the user can go back and edit the order on SuiteCommerce and SuiteCommerce Advanced websites.
New Command to Create a Custom Theme
There are two ways to create a theme: With the create command: This is the preferred method to create a custom theme. By fetching active theme files: To know more, see Fetch the Active Theme. When you use the create command to create a theme, maintaining and updating it is more efficient. The new theme inherits files from the Base… Continue reading New Command to Create a Custom Theme
To make deposit
Navigate to Transactions > Customers > Record Customer Deposits to create customer deposits Fill in the necessary fields to create a customer deposit and save the record with the status set as “Not Deposited. To deposit the amount into the bank account, navigate to Transactions > Bank > Make Deposits. Select the previously created customer… Continue reading To make deposit
SuiteCommerce Extension Management Updates
The SuiteCommerce Extension Management bundle version 2023.2 includes the following enhancements: Support of custom themes based on new architecture – With SC Extension Management 2023.2, you can take advantage of a new way to create a custom theme. Using the new themes architecture and a new gulp command, you can create your own theme by… Continue reading SuiteCommerce Extension Management Updates
Introduction to molding – Casting
Casting is a manufacturing process in which molten material, like metal, is poured into a mold and allowed to harden. Once solidified, the mold is broken or ejected to retrieve the casting. This method enables the production of intricate and complex components with specific properties. How Does Casting Differ From Injection Molding? Casting and injection… Continue reading Introduction to molding – Casting
Introduction to molding – Extrusion molding
What is Extrusion Molding Extrusion moulding is used to form plastic or metal materials into a pre-defined shape. During the process, the material is melted and pushed through an extrusion moulding machine, forming a long, tube-like shape or rod. This is cooled and cut to the required length. Often, extrusion moulding plastic products created in… Continue reading Introduction to molding – Extrusion molding
Custom page for calculating Interest and Dividend of Assets managed by custom segment
Asset Interest and Dividend Screen Process Flow The users can navigate to the Asset Interest and Dividend screen using the following navigation. Asset Transactions Homepage Screens Asset Interest and Dividend screens are classified into the following. List Screen Create Screen View Screen Edit Screen List Screen of Asset Interest or Dividend The… Continue reading Custom page for calculating Interest and Dividend of Assets managed by custom segment