ScenarioUser needs to add Subsidiary to Fixed Assets after upgrading from a single Instance account to a OneWorld account, as the Subsidiary value will remain empty on all the existing Asset records.Subsidiary is a mandatory value in OneWorld account, therefore no Asset transaction can be done without it. SolutionUpdate Subsidiary values for all assets:Log in… Continue reading Missing Subsidiary on Fixed Assets After Upgrade to OneWorld Account
Month: September 2023
CSV Import of Company Bank Details
Scenario: CSV Import of Company Bank Details. SolutionNavigate to Setup > Import/Export > Import CSV RecordsImport Type: Select Custom RecordsRecord Type: Select Company Bank DetailsUnder the CSV Files section, select the file to uploadClick NextChoose the appropriate Data Handling option (could be Add, Update or Add/Update)Click NextMap the fields on the CSV file to the… Continue reading CSV Import of Company Bank Details
Selenium Grid
Selenium Grid is a component of the Selenium suite that allows for the parallel execution of tests on multiple machines and browsers. This capability is especially useful when you need to execute your test suite on different browser versions or different operating systems to ensure that your web application works consistently across various environments. Here’s… Continue reading Selenium Grid
SELENIUM 4 Relative Locators
Selenium 4 brings Relative Locators (originally named Friendly Locators). This functionality was added to help you locate elements that are nearby other elements. The available options are: above(): sought-after element appears above specified element below(): sought-after element appears below specified element toLeftOf(): sought-after element appears to the left of specified element toRightOf(): sought-after element appears… Continue reading SELENIUM 4 Relative Locators
Dark Mode on websites
Dark mode is a user interface (UI) design trend that provides users with an alternative color scheme for websites, applications, and other digital interfaces. In dark mode, the background is typically dark or black, while text and other elements are presented in lighter colors, often white or light gray. To implement dark mode in a… Continue reading Dark Mode on websites
Responsive Websites
A responsive website is a type of website design and development approach that aims to make web pages render well on a variety of devices and screen sizes. Responsive design ensures that the content, layout, and overall user experience adapt and look appealing regardless of whether the user is viewing the website on a desktop… Continue reading Responsive Websites
Motion UI
Feedback: Motion UI can provide visual feedback to users, helping them understand the consequences of their actions. For example, when a button is clicked, a subtle animation or color change can indicate that the action has been recognized. Engagement: Motion can make interfaces more engaging and enjoyable to use. Well-designed animations can create a sense… Continue reading Motion UI
Resolve “404 : Page not found” Error when Breadcrumbs are Clicked on SuiteCommerce Standard
When a user experiences a “Page not found” error after clicking on the breadcrumbs of an SCA website, one possible reason for this is that there are two Primary URLs selected on the Commerce Category record. To fix this, we just have to uncheck the other Primary URL not being used and create a new… Continue reading Resolve “404 : Page not found” Error when Breadcrumbs are Clicked on SuiteCommerce Standard
What is OCP in Selenium Automation
OCP in the context of Selenium likely refers to the “Open-Closed Principle,” which is one of the five SOLID principles of object-oriented programming. The Open-Closed Principle states that software entities (such as classes, modules, functions, etc.) should be open for extension but closed for modification. This means that you should be able to extend the… Continue reading What is OCP in Selenium Automation
Invoices are not listed on the Group invoice page
Invoices are not listed on the Group invoice page