Animating Diverse Cultures: The Power of Representation in Character Design

In the vibrant world of animation, character design serves as a powerful tool for storytelling. As the medium continues to evolve, the importance of diversity and representation in character design has become increasingly recognized. Authentic representation of diverse cultures not only enriches animated narratives but also resonates with global audiences. This article explores the significance… Continue reading Animating Diverse Cultures: The Power of Representation in Character Design

Published
Categorized as Design

Workflow Instance and History Record Management

Active workflows can generate a large number of workflow instances and history records. The following records are usually generated when a workflow executes: An instance record is generated every time a workflow starts a new execution on a record. A history record is generated for every state that the workflow enters and exits for each… Continue reading Workflow Instance and History Record Management

Case when you want to perform search in a role and that role has no permission for that record

Update the client script to send a GET HTTP request to a Suitelet that will run the search you want to run. Values can be passed using the URL parameters. For example: https. get.promise({   url: stSuiteletUrl + ‘&orderId=’ + stOrder }).then(function(response){   var objResponse = JSON.parse(response.body); }).catch(function onRejected(reason) {   console.log(reason); }); 2. Create the Suitelet that… Continue reading Case when you want to perform search in a role and that role has no permission for that record

Smart Count: NetSuite New Feature

Smart Count in NetSuite is an inventory management tool designed to streamline and automate the inventory counting process. It enables businesses to perform real-time cycle counts without halting inventory-related transactions, allowing operations to continue smoothly. Available to users of NetSuite’s Inventory Management or Warehouse Management (WMS) modules, Smart Count reduces the need for manual counting,… Continue reading Smart Count: NetSuite New Feature

Add QR Code to Advanced PDF/HTML Template Printout

User would like to add QR code to the Advance PDF/HTML Template printout.  Solution QR code can be added to the Advance PDF/HTML Template by following the steps below: As Administrator, navigate to Customization > Forms > Advance PDF/HTML Templates Click Edit next to the Advance PDF/HTML Template that needs to be customized Click at Source Code radio-button Click Yes at displayed information window, if needed Insert the HTML… Continue reading Add QR Code to Advanced PDF/HTML Template Printout

Generating Invoices with QR Codes for India

The India Localization SuiteTax Engine SuiteApp lets you generate invoices with Quick Response (QR) codes for customers with registration type as Unregistered. A QR code contains coded information about an e-invoice. In India, a dynamic QR code must be present on B2C invoices to enable digital payments as per Notification No. 14/2020-Central Tax. B2C transactions refer… Continue reading Generating Invoices with QR Codes for India

Monitoring the API Version Usage of SOAP Web Services using APM app

The SOAP Web Services API Version Usage portlet displays the total SOAP web service requests for each API version. These versions are color-coded according to their level of support. This portlet lets you monitor and predict the impact of API changes on your web services. The API versions are color-coded and classified according to the… Continue reading Monitoring the API Version Usage of SOAP Web Services using APM app

Monitoring Top SOAP Web Services Record Processing Using APM App

The Top SOAP Web Services Record Processing portlet clusters a series of operations-related data points according to record type. You can use this portlet to pinpoint and address areas of concern in record processing. To change the data points in the series, click the dropdown arrow at the upper left corner of the portlet. You… Continue reading Monitoring Top SOAP Web Services Record Processing Using APM App

Monitoring Top SOAP Web Services Operations Using Application Performance Management App

The Top SOAP Web Services Operations portlet helps you monitor the performance of the top SOAP-based web services that you ran. Use this portlet to establish operations-related trends in web services, detect inconsistencies, and make informed decisions when modifying operations. Top SOAP Web Services Operations portlet. The Top SOAP Web Services Operations portlet includes overview… Continue reading Monitoring Top SOAP Web Services Operations Using Application Performance Management App

Exploring SOAP WSDL Services: Key Components and Their Role in Web Integration

SOAP (Simple Object Access Protocol) WSDL (Web Services Description Language) services are foundational technologies in the world of web-based integrations. These services enable applications to communicate over a network by exchanging structured information, allowing seamless data sharing across diverse platforms. In enterprise environments, SOAP with WSDL plays a critical role, especially in industries with strict… Continue reading Exploring SOAP WSDL Services: Key Components and Their Role in Web Integration