When deploying the project to Firebase, an issue arises where the website displays ‘an image not found. So we just updated the next.config.mjs /** @type {import(‘next’).NextConfig} */ const nextConfig = { output: “export”, // (optional) Set your desired output configuration images: { unoptimized: true, domains:… Continue reading Issue: Image Not Displaying in Next.js with Firebase
Month: February 2024
Compare two objects in the script
Here, we can have list of the sales order item with quantity and the item fulfillment items with their quantity. We need to compare the items and set the sales order quantity in the item fulfillment object list based on item line number. So, first we need to get the sales order line items as… Continue reading Compare two objects in the script
Deleting IC vendor and IC customer
When we go to the intercompany vendor or customer to delete the record, Netsuite does not give the option to delete the record. To enable the delete option in the record. Go to Setup>Accounting >Intercompany Preference and disable the option AUTOMATICALLY GENERATE REPRESENTING ENTITIES
Accounts Payable Field Automatically Populating in Expense Report
if you try to log in under your account using the Administrator role, try to create a new Expense Report. You will see that the Accounts Payable field is grayed out and is set to Unapproved Expense Reports. If you have multiple payable accounts, after the Account Approval box has been checked the Account field… Continue reading Accounts Payable Field Automatically Populating in Expense Report