how to use the playSegments() function to play the Lottie animation.

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.

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

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

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

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