To play a specific segment of a Lottie animation, you can use the playSegments() method. Here is an example of how to use it: // Get the animation container elementconst animationContainer = document.getElementById(‘animation-container’); // Load the animation dataconst animationData = {container: animationContainer,renderer: ‘svg’,loop: false,autoplay: false,path: ‘animation.json’}; // Create the Lottie animation instanceconst animation = bodymovin.loadAnimation(animationData);… Continue reading how to use the playSegments() function to play the Lottie animation.
Month: March 2023
Search to get item child name
Use the below formula to return only the item’s child name in a saved search. Formula(Text): ltrim(regexp_substr({name},'[^:]*$’)) For example without the formula a parent: child item will display as: Parent Item Name: Child Item Name Using the formula only the Child Item Name will display. search export:var itemSearchObj = search.create({type: “item”,filters:[[“name”,”is”,”SKTHA96976″]],columns:[search.createColumn({name: “itemid”,sort: search.Sort.ASC,label: “Name”}),search.createColumn({name: “formulatext”,formula: ” ltrim(regexp_substr({name},'[^:]*$’))”,label: “Formula (Text)”})]});
CDUS-2612 Test case documentation
Task description -It is Netsuite – Adobe Commerce integration. New customers can sign up as dealers on the website and new contacts can sign up as customers on the website. The new warehouse, shipping methods, and price level can be created in NetSuite and can be synced to the website.RMA form, Spiff form, Enquiry form,… Continue reading CDUS-2612 Test case documentation
Add SVG images to the WordPress Media
WordPress support a number of image file types including .jpg, .jpeg, .png, and .gif . But it does not support SVG file format images to upload into the WordPress media by default . So what if we need to upload the SVG images into the WordPress. For this what we have to do is to add a PHP… Continue reading Add SVG images to the WordPress Media
Account transactions not showing on the Match Bank Data page for reconciliation
If Account transactions are not showing in the match bank data page Then Edit the COA: (Bank Account) List> Accounting> Accounts Uncheck: Use Match Bank Data and Reconcile Account Statement Pages Click on Save. Navigate to Transactions > Bank > Reconcile Bank Statement Statement Date is set to incorrect Statement Date(to show previous incorrect reconciled statement) Actions > Click Delete Go to… Continue reading Account transactions not showing on the Match Bank Data page for reconciliation
Add Custom field in Case record
PROPOSAL SUMMARY This proposal covers the scope of implementing a new field in the case record to specify from which website the case is registered. REQUIREMENT We want to know from which domain the support case is registered. So, we have to create a new field in the case record. So that we can specify… Continue reading Add Custom field in Case record
Limitations of OAuth 2.0
Jira Code : MICL-173 OAuth 2.0 relies on the access and refresh tokens to authorize access to protected resources. However, if these tokens are compromised, attackers can gain access to sensitive data. Here are some of the complexities that you may encounter when working with NetSuite OAuth 2.0: Access Token and Refresh Token: NetSuite OAuth… Continue reading Limitations of OAuth 2.0
OAuth 2.0 Client Credentials Flow
Jira Code : MICL-260 Creation of this mapping is a required step for the OAuth 2.0 client credentials flow to work. STEP 1 : Create Integration Records for Applications to Use OAuth 2.0 Go to Setup > Integration > New. Enter a name for your application in the Name field. Enter a description in the… Continue reading OAuth 2.0 Client Credentials Flow
Difference Between Functional and Non-Functional Testing
Functional Testing: Functional testing is a type of software testing in which the system is tested against the functional requirements and specifications. Functional testing ensures that the requirements or specifications are properly satisfied by the application. This type of testing is particularly concerned with the result of processing. It is basically defined as a type… Continue reading Difference Between Functional and Non-Functional Testing
How to create a custom summary box in the Sales Order record
How to create a custom summary box in the Sales Order record