Fast order Entry – Add Item to cart-Site Builder

To add item quickly to shopping cart from the shopping cart itself.Jira code-SQUIP-528 RequirementTo add item to shopping cart from cart page itself without going to the shopping pages. Solution Made a suitelet to get the info of the value added. Taken the value added in the field of Fast order entry and passed it into… Continue reading Fast order Entry – Add Item to cart-Site Builder

Creating items from a custom record

User event script /** * @NApiVersion 2.1 * @NScriptType UserEventScript *//************************************************************************************************ * * * * I/O Solutions, Inc. Industrial/Organizational Solutions ** * * CL-314 Product Item Creation Toolset** * * CL-364 Custom record set up** * * CL-375 Workflow for item record sourcing** * * CL-376 Auto populating the custom record fields** * * CL-377… Continue reading Creating items from a custom record

Requirements for Inventory Worksheet CSV File Data

The following tables provide details about the fields supported in a CSV file used for an inventory worksheet import. Header Field Notes Adjustment Account Usually, an expense account for inventory adjustments. This field is required and should match the name of an existing account at Setup > Accounting > Manage G/L > Chart of Accounts. If… Continue reading Requirements for Inventory Worksheet CSV File Data

Using the Inventory Worksheet Import Assistant

The Single Inventory Worksheet Import Assistant is available at Transactions > Inventory > Adjust Inventory Worksheet > Import, to users who have the required permission. This Import Assistant includes the following steps: Upload the CSV file that contains your inventory worksheet data. The first page of the Assistant provides a link to a CSV template file.… Continue reading Using the Inventory Worksheet Import Assistant

Excel Functions

COUNTBLANK The COUNTBLANK function returns a count of empty cells in a range. Cells that contain text, numbers, errors, spaces, etc. are not counted. Formulas that return empty text are counted. COUNTBLANK takes just one argument, range, which must be a cell range. SUMIF The Excel SUMIF function returns the sum of cells that meet… Continue reading Excel Functions

PROPOSAL FOR MAGENTO TO NETSUITE INTEGRATION USING CELIGO

Yallatoys  This proposal covers the Magento to NetSuite Integration using Celigo and the customization in NetSuite associated with it for Yallatoys. This proposal also covers the engagement scope of Jobin and Jismi IT Services LLP, as official implementation partner Of Oracle NetSuite.  Proposal Summary  Client would like to integrate Magento with NetSuite using Celigo and… Continue reading PROPOSAL FOR MAGENTO TO NETSUITE INTEGRATION USING CELIGO

Closing Suitelet Popup and Reloading parent Record

For closing the Suitelet popup SYNTAX window.close(); For reloading the parent record SYNTAX window.opener.location.reload(); Add above syntax’s in suitelet POST request inside Script Tag SYNTAX var html = html + ‘<script> window.opener.location.reload();window.close() </script>’; scriptContext.response.write(html);

Balancesheet monthwise-report customization

Balancesheet report shows the data for the ‘as of’ specification at the footer of the page.Client need the balance sheet data for specified period monthwise. Solution:We can customize the standard balance sheet report. 1.Alternative period range Type=Relative to report date 2.Check mark on cumulative value 3.Alternative period range=This fiscal year 4.Range segment=Accounting period Save.The report… Continue reading Balancesheet monthwise-report customization