Unable to Search for Negative Serial Numbers

When LotTracking Feature is not enabled, InventoryNumber Search will not show the OnHand Field in the Saved Search Filters thus, users are not able to filter those Serial Numbers that went underwater. The LotTracking feature must first be enabled in order to create the search.

Create payment intent using stripe

Curl curl https://api.stripe.com/v1/payment_intents \ -u sk_test_4eC39HqLyjWDarjtT1zdp7dc: \ -d amount=2000 \ -d currency=usd \ -d “payment_method_types[]”=card Creates a PaymentIntent object.After the PaymentIntent is created, attach a payment method and confirm to continue the payment. You can read more about the different payment flows available via the Payment Intents API here. When confirm=true is used during creation,… Continue reading Create payment intent using stripe

SCM Mobile Setup

The SCM Mobile SuiteApp provides the mobile app capabilities and user interface for the following NetSuite features and SuiteApps: NetSuite WMS – Enables inbound, inventory, and outbound processing for your warehouse. See NetSuite WMS Overview. Manufacturing Mobile – Enables data collection for work order assignments and reporting of consumption and production data. See Manufacturing Mobile Overview. Pack Station – Optimized… Continue reading SCM Mobile Setup

Sending email from extension. Using ‘nlapiSendEmail()’.

Create emailbody in SuiteScript, after that add the emailbody in nlapiSendEmail(). This is the syntax ‘nlapiSendEmail ( from , to , subject , body , cc , bcc , records , files )’. After that send the mail, if mail is not received at recipient, we can set some permissions in user. First take extension… Continue reading Sending email from extension. Using ‘nlapiSendEmail()’.

Responsive image Grid

Responsive Image grid built with Bootstrap 5. Bootstrap image grid is a simple construction that allows you to create a responsive layout for your images. For create the image grid, we have to use .row and .col to create a grid. So, to create the layout you want, create a container (<div class=”container”>). Next, create a row (<div class=”row”>).… Continue reading Responsive image Grid

PROPOSAL FOR AUTOGENERATED DANGEROUSGOODS FORM IN NETSUITE

Proposal Summary  This proposal is to automatically generate a ‘Dangerous Goods form’ from the item fulfilment record in order to reduce human error and avoid violating ADR Regulations/Laws.  Requirement    Blueleaf needs to create a print template ‘Dangerous Goods form’ in the item fulfilment that needs to be populated automatically.   The form needs to be… Continue reading PROPOSAL FOR AUTOGENERATED DANGEROUSGOODS FORM IN NETSUITE