A warning message appears when you attempt to delete an item that has a standard cost, either active or historical. This is done to help preserve the integrity of the data used to evaluate items’ inventory costs. For example, this happens when the unit cost of an item is found in inventory revaluation transactions and… Continue reading Warning while deleting standard cost item.
Month: February 2023
How to create the modal images using css and java script
Modal image is a responsive gallery with the option to enlarge selected photos or videos. When clicked on product image it will enlarge for better view of product Step 1) Add HTML: Example Step 2) Add CSS: Example Step 3) Add JavaScript: Example
No Purchase Price Variance Posting for Standard Cost Item
If an item uses Standard Cost as Costing Methodand the purchase price of the Item on a Purchase Order is different than the Item’s Standard Cost, the Item Receipt posts the difference to the Purchase Price Variance (PPV) account specified on the item record. If the GL impact of the item receipt posts the entire amount to Accrued Purchases Account (Inventory Received Not Billed) account and not to… Continue reading No Purchase Price Variance Posting for Standard Cost Item
Subtotal Items
A subtotal item can be inserted on any line of a transaction and will subtotal the items above it, up to the next subtotal line. This allows you some added flexibility when calculating discounts. If you want to calculate a discount on the entire transaction, you can enter a subtotal line and then enter a… Continue reading Subtotal Items
Apply a Credit Memo on the Credit Transaction
Go to Transactions > Customers > Issue Credit Memos > List (Administrator). Click Edit next to the memo you want to apply. On the Items subtab, check the Auto Apply box next to the Unapplied field if you want NetSuite to apply the credit amount to the oldest invoices or cash sales due. Click the Apply subtab to apply the credit toward a specific… Continue reading Apply a Credit Memo on the Credit Transaction
Suitelet API to fetch Country and State List from NetSuite
Suitelet API to fetch Country and State List from NetSuite
Suitelet API to create RMa record in NetSuite
Suitelet API to create RMa record in NetSuite
Suitelet API To fetch Order Details From NetSuite
Suitelet API To fetch Order Details From NetSuite
Types of Universal Connectors in Celigo
HTTP The HTTP(S), HyperText Transfer Protocol (secure), allows you to connect to another server. In integrator.io, you will use HTTP(s) connections to provide credentials and perform requests to different cloud applications that expose an API based on HTTP(s) standards. REST API REST API, REpresentational State Transfer, is an API that conforms to the design principles of… Continue reading Types of Universal Connectors in Celigo
HTTP CONNECTOR
Creating a connection with the HTTP connector is more complex than configuring a connection with a pre-built connector because it requires more customization. Base URI is a component of configuring an HTTP connection. As we continue to configure HTTP connectors, exports, and imports you will be asked to identify the relative URI. Base URI: The starting… Continue reading HTTP CONNECTOR