Solid drawing, a cornerstone of traditional animation, might seem less relevant in the world of 3D animation software and pre-built models. But don’t be fooled! This principle, which focuses on conveying three-dimensionality on a two-dimensional plane, is still vital for creating believable and engaging 3D characters and scenes. Why Solid Drawing Matters in 3D While… Continue reading From Flat to Fantastic: Applying Solid Drawing to 3D Animation
Month: June 2024
Set-Up DocuSign for NetSuite
DocuSign Signature for NetSuite can only be installed by NetSuite administrators. If you have a DocuSign account, you must enable Account-Wide and Send On Behalf Of rights (API) features for your account. Install DocuSign for NetSuite (Bundle ID 351444). After Installing, the DocuSign will be available at the right top corner of the dashboard: select… Continue reading Set-Up DocuSign for NetSuite
how to show all system notes when a record is created- Log all changes in system notes
While creating a record, Only the record created is shown under System notes in System Information. If we want to show all the changes that happened, when a record is created, we can Uncheck the checkbox “Log System Notes on Update Only” in General preference: Setup –> Company –> General Preferences Uncheck the Checkbox ‘Log… Continue reading how to show all system notes when a record is created- Log all changes in system notes
Robotium testing tool for Android Application
Robotium is an open-source framework designed for automated testing of Android applications. It facilitates writing powerful and robust automatic UI tests for Android applications, making it a popular choice among developers and QA engineers for testing the functionality and usability of Android apps. Key Features of Robotium Ease of Use: Robotium provides a simple API… Continue reading Robotium testing tool for Android Application
Data Sensitivity Testing
Data sensitivity testing involves assessing the handling, protection, and exposure of sensitive data within an application or system. Sensitive data includes information that, if compromised, could result in significant harm or privacy violations. This type of testing is crucial for ensuring compliance with data protection regulations and maintaining user trust. Key Objectives of Data Sensitivity… Continue reading Data Sensitivity Testing
Types of API Testing
API testing involves verifying and validating APIs to ensure they meet functionality, reliability, performance, and security expectations. Different types of API testing address various aspects of the API to ensure its overall quality. Here are the main types of API testing: 1. Functional Testing: Purpose: To verify that the API functions as expected and produces… Continue reading Types of API Testing
Test Craft Extension
Test Craft is a test automation platform designed to help organizations create, execute, and maintain automated tests for web applications. It emphasizes codeless test creation, making it accessible to both technical and non-technical users. One key feature of TestCraft is its extension or plugin that integrates with various browsers and development environments, enhancing its functionality.… Continue reading Test Craft Extension
Saved search email trigger with output in email body- Vendor bill payment
Client had requested to create a dynamic email alert for bill remittances, with transaction details to be incorporated within the mail body. Workaround solution: The saved search will trigger email when bill status changes from Open to Paid in Full under system notes, when system notes date = today. Only the required output of transaction… Continue reading Saved search email trigger with output in email body- Vendor bill payment
Fetching the credit Sublist values From Payment record.
The credit sublist values are not directly accessible using a script. However, we can create a workbook to fetch the credit data, and then use SQL to retrieve it in the script. Steps: Create a dataset for the required data. Navigate to Analytics > create new dataset. We can filter the results by adding criteria.… Continue reading Fetching the credit Sublist values From Payment record.
3 Reasons an Inefficient Cache Is Worse Than No Cache at All
Issues can be addressed with proper planning, an understanding of your application and its data needs, and proper caching strategy. At its core, database caching is a simple-enough concept: It is the practice of putting an in-memory datastore in front of (or aside) a database that acts as the system of record. Caching allows organizations… Continue reading 3 Reasons an Inefficient Cache Is Worse Than No Cache at All