Promises in Svelte Templates

Promises are an awesome tool we have at our disposal to work with asynchronous events in JavaScript. The relatively recent introduction of the await syntax in ES2017 made using promises even simpler. Svelte gives us the {#await} syntax in templates to directly work with promises at the template level. We can wait for promises to resolve, and define a… Continue reading Promises in Svelte Templates

Share credentials with Celigo using LastPass

Celigo uses LastPass, a secure and convenient system for password management and sharing. You can use LastPass to share credentials for your accounts such as NetSuite, Magento, Salesforce, and Amazon Seller Central. Provide Celigo with your LastPass email address If you currently have a LastPass account: Please provide Celigo with the email address associated with your… Continue reading Share credentials with Celigo using LastPass

How to transfer javascript values to suitescript file

var myJSON = JSON.stringify(values);//console.log(“myJSON”,myJSON)var service_url = Utils.getAbsoluteUrl(getExtensionAssetsPath(“services/custom.Service.ss”));//console.log(“service_url”,service_url) iam trying to resolve this issue by using this code..by adding this code in to view but i get more errors..not getting expected answers…

Use of ignoreFieldChange options in record.setCurrentSublistValue(options)

There is a no of scenarios where the field values are auto-populated on the field change of a sublist field. For example, when an item sublist field value has been set in the sales order item lines, then fields like rate, tax code, description, location, etc will be automatically populated in the item line. The… Continue reading Use of ignoreFieldChange options in record.setCurrentSublistValue(options)

Sync Between CAAPS And NetSuite

Proposal Summary This proposal summarizes the requirements and solutions for integrating real-time business data with Netsuite and CAAPS. Requirement  Integration between the Netsuite & the CAAPS system should be implemented to send the vendor details, GL code/Chart of Account, Purchase order, Item receipts.  The client would like to have a bulk extraction of the following… Continue reading Sync Between CAAPS And NetSuite

Error Message : cannot remove subsidiaries from items because they are linked to transactions for the subsidiary.

We cannot directly remove subsidiary and location from the items as they are linked to a transaction. However , we can delete the related records that is attached to the subsidiary if we think it is no longer valid or created by mistake .By deleting the transaction we will be able to detach subsidiary from… Continue reading Error Message : cannot remove subsidiaries from items because they are linked to transactions for the subsidiary.

Fixed Asset Import Guidelines

You can migrate the fixed asset data from your previous system to NetSuite using the CSV import feature. Mid-life assets (assets that have already started depreciating) are created in NetSuite by importing data using the CSV Import Assistant. For each asset record, a depreciation history record must be created to record the cumulative depreciation to… Continue reading Fixed Asset Import Guidelines