Employee name not populating in Sales Rep field

SCENARIO While Client is trying to enter opportunity they are not able to get name of certain employees in the Sales Rep field. SOLUTION Identify the Names of employees Open the employee record Click on edit button Under Human Resource subtab Click on Issalresrep Save the record

Custom segment applied to Entity and Transaction records, not fetched on Restlet

When the Restlet script tries to fetch a Custom segment from an Entity record or transaction record, an error is thrown showing that it is an invalid field. If the Restlet is set up on a custom role, and you have added all the permissions for this role, then the next place that you have… Continue reading Custom segment applied to Entity and Transaction records, not fetched on Restlet

Free Shipping item in NetSuite

Shipping item records outline how an item is shipped. This includes shipping rate information, handling rates, rules for shipping and handling, and when shipping is free. NetSuite also refers to a Shipping Item as Shipping Method and Ship Via Creating Shipping Items NetSuite enables you to create a shipping item record for each shipping method… Continue reading Free Shipping item in NetSuite

Cannot Scroll Through Long Menu Lists Using iOS

In some cases, iOS users might encounter an issue where they cannot scroll through a long list of menu items if the list reaches beyond the device screen. If you experience this issue on your SuiteCommerce Advanced site, perform the updates described in the section corresponding to your implementation: Kilimanjaro – Menu List Scrolling Patch… Continue reading Cannot Scroll Through Long Menu Lists Using iOS

Enhancing Button Interaction with Tab Navigation

In web development, providing a smooth and intuitive user experience is essential. When users navigate through a web page using the tab key, it’s beneficial to provide visual cues to indicate which element currently has focus. Solution: This can be achieved by adding a hover effect to buttons when they receive focus during tab navigation.… Continue reading Enhancing Button Interaction with Tab Navigation

Categories of Stress Testing

Product or Application Stress Testing –The application or product stress testing is mainly focused on determining the faults related to network issues, data locking, blocking, and a performance bottleneck in a software product. Server-client or Distribute Stress Testing –In this type of stress testing, all the clients related to the server are tested. –The distribute… Continue reading Categories of Stress Testing

Disable the button to prevent multiple clicks

It’s common to encounter situations where a user may unintentionally click a button multiple times, leading to undesirable consequences or duplicate actions. Solution: To prevent such scenarios, We can use the techniques to disable buttons temporarily after the first click. One popular method involves using JavaScript/jQuery to manipulate the button’s properties dynamically. The first part… Continue reading Disable the button to prevent multiple clicks