Month: November 2023
Testcase Document On-Auto-apply Credit Memos to Invoices
Requirement : For another customer, we need the following: Customer creates credit memos for customers on a regular basis. these credit memos can not be applied to existing invoices since the customers get all incoming payments via credit cards at the moment of invoice generation, so normally all invoices are already fully paid. Therefore, at… Continue reading Testcase Document On-Auto-apply Credit Memos to Invoices
How to get the old record value in client script
Here, we have used lineInit() to get the value. declare the variable as global; itemQuantity = currentRecord.getCurrentSublistValue({ sublistId: ‘item’, fieldId: ‘quantity’ }); Then use the value where we need. currentRec.setCurrentSublistValue({ … Continue reading How to get the old record value in client script
Download a File Using RESTlet
Review rating section on the SCA web site
UI Considerations: Visibility and Placement: Ensure that the rating and review section is prominently displayed on the left-hand side of the PLP page. Make sure it’s easily noticeable and accessible, encouraging users to leave reviews. Responsive Design: Confirm that the UI is responsive and looks good on various devices and screen sizes. Test on mobile… Continue reading Review rating section on the SCA web site
Customize Summary Box
Append new lines in the standard summary box. Append new lines in the standard summary box. The code snippet appends a new line in the standard summary box n transactions. jobField.defaultValue = `<script>jQuery(“.totallingtable > tbody”).append(“` + `<tr><td> <tr> <td> <div class=’uir-field-wrapper’ data-field-type=’currency’> <span id=’subtotal_fs_lbl_uir_label’ class=’smalltextnolink uir-label ‘> <span id=’subtotal_fs_lbl’ class=’smalltextnolink’ style=”> <a tabindex=’-1′ title=’What’s this?’… Continue reading Customize Summary Box
Citrus- integration testing tool
Citrus is indeed an integration testing tool, specifically designed for testing messaging systems. Citrus is an open-source framework that provides capabilities for end-to-end testing of messages on various communication protocols such as JMS, HTTP, SOAP, TCP, and more. Here are some key features of the Citrus framework: Declarative Syntax: Citrus allows you to define test… Continue reading Citrus- integration testing tool
Nessus Security Testing Tool
Nessus is a widely used vulnerability assessment tool developed by Tenable Network Security. It’s designed to scan networks, servers, devices, and applications to identify potential security vulnerabilities and misconfigurations that could be exploited by attackers. Key aspects and features of Nessus include: Vulnerability Scanning: Nessus conducts comprehensive scans of networks and systems to identify vulnerabilities… Continue reading Nessus Security Testing Tool
Image is not showing for the Item in website
Scenario If item image is not showing in website we need to follow the below steps Solution Open website Record Click on Image tab Check the image folder check the image file name format if image is not uploaded , Upload the image in the selected folder if image is uploaded already select that folder… Continue reading Image is not showing for the Item in website
Overview page recent sales order list
In SCMA wbsite recent invoices list was showing client want to show recent sales order there.For that created an extension and updated the model to change the filter. suitescript file: JJ.OverviewHome.OverviewHome.Model.js: javascript : JJ.OverviewHome.OverviewHome.js: