To update the Item in the sales order using suitelet

The approver can possibly update the item from the sales order. Once approved increment/decrement needs to forward the action to Suitelet and update the item from the sales order. once the item is update success need to rerender the page with updated items. The suite script change updated the quantity

Proposal For Turn off items based on subsidiary

Proposal Summary  This proposal covers the scope of showing the items based on the subsidiary. That is, some of the items on the website need to be turned off for certain subsidiaries and same should show for other subsidiaries. Also covers how do we turn off items that are on promotion based on subsidiary.  Requirement … Continue reading Proposal For Turn off items based on subsidiary

Catalog page

Created a custom entity field named “custentity_jj_catalog_folder_id ” on the customer record to save the folder id containing the pdf files that needed to be displayed on the catalog page.  Create an extension named ” Catalog ” with version 1.0.0 to show the customer specific catalog page.  The extension contain view file , router file… Continue reading Catalog page

Proposal For SuiteCommerce My Account Customization – Catalog

Proposal Summary  This proposal covers the scope of of adding the customizations in the SuiteCommerce My Account site, to add catalog and inventory page.  Requirement  Display Catalog :   To add a catalog link which will navigate to a PDF  in the header or submenu of the My Account page. This link will allow users… Continue reading Proposal For SuiteCommerce My Account Customization – Catalog

Render the view without reload

We have tried to update the quantity on the page similar to the purchase history detail page and the value is updated on the sales order using the suite let. We have to show the changes on the sales order without reloading the page. the code to render the view again is added below:

Internal error on the transaction history and case page

There may be so many reason for showing the internal error on the transaction history page and case page. One of the reason is due to the lack of permission In order to resolve the issues. We have to change the level of ‘customer payment’ permission to ‘Edit’. Also, change the level of ‘Find Transaction… Continue reading Internal error on the transaction history and case page

PROPOSAL FOR SUITE COMMERCE MYACCOUNT BUNDLE

Proposal Summary  This proposal covers the scope to create a website using the SuiteCommerce MyAccount (SCMA). It is a self-service web portal where customers can manage account information, view recent transactions, pay invoices, and more.  Requirement  We need to create a website using the SuiteCommerce MyAccount (SCMA). It is a self-service web portal where customers… Continue reading PROPOSAL FOR SUITE COMMERCE MYACCOUNT BUNDLE

Issue in creating invoice from the sales order containing serialized items

we are tried to create an invoice from the SO using the default values to the mandatory fields such as location. The invoice are successfully created for the normal inventory item from the sales order. The code used: We cannot create the invoice for serialized inventory items from the sales order. In case of serialized… Continue reading Issue in creating invoice from the sales order containing serialized items

Create invoice from sales order using the Suite script

We can create the invoice from the details in the sales order created from the webstore using the Suite script code. Obtain the sales order id created from the webstore by extending the ‘OrderWizard.Module.Confirmation’ view. We can obtain the internal id of the sales order from the mentioned view then pass this id to the… Continue reading Create invoice from sales order using the Suite script