Creating Inline HTML Field as Buttons

We can create an Inline HTML field to work as a button.Steps:1. Create an Inline HTML field2. In ‘Validation & Defaulting’ subtab set the default value as follows

Adding HTML & CSS to dialog box

The dialog module can actually support custom HTML and CSS. Although this customization is not always necessary, it can provide a helpful way to prioritize or organize information. We put our custom HTML/CSS in the message key of the options object. The code snippet and corresponding dialog box is given below.

Proposal For KPI Dashboard

Proposal Summary  This proposal outlines a customized solution for rendering the KPI Dashboard. This solution will involve the creation of external URLs that displays the KPI Dashboard using the data fetched from NetSuite.  Requirement  Currently, Hygiene Technologies is using an Excel file to manually create a KPI Dashboard. This wants to be automated. They need… Continue reading Proposal For KPI Dashboard

Uninstalling a Bundle

Uninstalling a managed bundle ends all upgrades to that bundle in your account. To uninstall a bundle: Log in to the account in which you installed the bundle. Go to Customization > SuiteBundler > Search & Install Bundles > List. Choose Uninstall from the Action dropdown list for the bundle you want to uninstall. In the confirmation popup, click OK. Warning:Uninstalling… Continue reading Uninstalling a Bundle

Proposal For Sending MSME Confirmation Emails to Vendors

Proposal Summary  This proposal outlines a customized solution for sending MSME confirmation emails to vendors. This solution will involve utilizing the email plugin feature for capturing the reply email from vendor.  Requirement  As per the current scenario, ATG Business Solutions Pvt Ltd- IN is sending MSME confirmation emails to vendors manually. This need to be… Continue reading Proposal For Sending MSME Confirmation Emails to Vendors

Big Commerce API: List Order Products

To gets a list of all products in an order, Following API need to be used. Request: GEThttps://api.bigcommerce.com/stores/{store_hash}/v2/orders/{order_id}/products AuthenticationX-Auth-Token in header Parameters– {store_hash} hash value generated on Account API creation-string-required– Accept in header with default of application/json – string – required– {order_id} – integer – required – ID of the order.Responses:1) 200 (success – Product details… Continue reading Big Commerce API: List Order Products