Requirement: Show the pdf file attached in the customer record to the website We are getting only the id of the file from javaScript. To get the url, we have to load the file using suiteScript. When we use suitescript to load file, there may be a chance of permission issue to access the document.… Continue reading Resolve error : You need a higher level of the ‘Lists -> Documents and Files’ permission to load the file using suitecript
Month: December 2023
Clarification required: Is it possible that the “sorting option” works correctly on the suite let page?
Is it possible that the “sorting option” works correctly on the suite let page? Solution:
W3C Validation
W3C stands for World Wide Web Consortium. Its primary function is to assist site owners in identifying whether their XHTML or HTML documents are properly formatted with a markup language. W3C validation informs you of your various web page technical quality. W3C validation coding specifications ensure that your web page’s code script adheres to international… Continue reading W3C Validation
Generative AI To Enhance HR Processes
Generative AI revolutionizes HR functions by automating tasks such as resume screening and creating personalized onboarding experiences. AI-powered chatbots offer instant responses to common HR queries, freeing up human resources for more complex tasks. The technology enhances employee engagement surveys, aids in crafting constructive performance feedback, and supports diversity initiatives by identifying potential biases. Predictive… Continue reading Generative AI To Enhance HR Processes
Prioritizing and organizing issues in jira software
Prioritizing and organizing issues in Jira Software is crucial for efficient project management. Here’s a guide on how to prioritize and organize issues effectively: Understanding Priority Levels: Jira Software provides default priority levels such as Blocker, Critical, Major, Minor, and Trivial. Familiarize your team with the meaning of each priority level to ensure consistent usage.… Continue reading Prioritizing and organizing issues in jira software
No GL Impact on the Item Fulfillment record
When an Item Fulfillment has no journal entry in the GL Impact, one probable cause is that the Item Fulfillment is dated before the Inventory Adjustment. Below are the steps that can be taken to reflect the GL impact: Open the Inventory Adjustment record > Edit > Date it before the Item Fulfillment > Save. Open the Item Fulfillment record > Edit > uncheck and check the fulfill checkboxes on the item lines > Save. View the GL Impact. It should have… Continue reading No GL Impact on the Item Fulfillment record
Change in Fidelity for U.S. Bank Feeds in NetSuite
Connections to Fidelity credential-based sites in NetSuite will no longer be supported beginning December 13, 2023. What is Changing? To improve security, Fidelity is transitioning to Open Banking technology. Connections to their credential-based sites in NetSuite will no longer be supported beginning December 13, 2023. This change affects existing Fidelity Investments connections created through the Connect to… Continue reading Change in Fidelity for U.S. Bank Feeds in NetSuite
How to remove increment/decrement buttons on number inputs
we can use the css property for removing the increment/decrement buttons as shown below code input.quick-add-box-right-quantity-value[type=”number”], input.cart-item-summary-quantity-value[type=”number”]{ -webkit-appearance: none; -moz-appearance: textfield; appearance: textfield; }
Video thumbnail are not visible in IOS devices
Scenario: When we add a video to the webpage using video tags, iOS devices will not show the thumbnail of the video as they do on Android and desktops. We can use this solution to correct this issue. we need to add a skip time as 0.001s to load the thumbnail image in the source attribute… Continue reading Video thumbnail are not visible in IOS devices
Items are not listing in Sales order
While creating a Sales order, some of the items are not listed in the line-level item list. In most cases, this issue happens when the item is made inactive. If the item is active and still the item is not listed in the sales order, check for the accounts given under the accounting tab. If… Continue reading Items are not listing in Sales order