Stripe integration for saving credit card Proposal

PROPOSAL FOR   Saving Credit Card in Stripe  _________________________________________________________________________________  JOBIN AND JISMI IT SERVICES LLP  02nd JUNE  2022  Proposal For Saving Credit card in Stripe  This proposal also covers the engagement scope of Jobin and Jismi IT Services LLP, as official implementation partner Of Oracle NetSuite.  Submitted To  Hannah Payne | Thermogard  Marketing Associate  Thermogard  Submitted… Continue reading Stripe integration for saving credit card Proposal

Arranging Suitelet custom fields

We can arrange the custom fields in suitelet by following methods we can adjust row wise and column wise OUTSIDEABOVE OUTSIDEBELOW STARTROW MIDROW ENDROW STARCOL

Data warehousing in Microsoft Azure

Azure Data Warehousing Solution  Components  Azure Blob Storage  Azure Blob Storage is a Massively scalable object storage for any type of unstructured data-images, videos, audio, documents, and more-easily and cost-effectively.  Data Factory   Data factory is a hybrid data integration services that allows you to create, schedule and orchestrate your ETL/ELT workflows.  Azure Databricks  Azure Databricks… Continue reading Data warehousing in Microsoft Azure

Getting a Subrecord

The structure of the subrecord is also returned on the parent record, on the sublist line, if you set the expandSubResources query parameter to true GET operation, which is used to access a subrecord. GET http://demo123.suitetalk.api.netsuite.com/services/rest/record/v1/customer/42/addressbook/24/addessbookaddress { “addressee”: “Dwight Schutte”, “city”: “New York”, “country”: “US”, “drop downstate”: { “id”: “NY”, “refName”: “New York”, … }, “state”: “NY”, “zip”:… Continue reading Getting a Subrecord

How to pass data/parameter from Suitelet to HTML

For loading the html page the syntax is var HTML_FILE_ID = 464444; // NetSuite File id var fileContent = file.load(HTML_FILE_ID).getContents(); BY this syntax we can load this page , but can’t pass data for passing data write this line code in suitelet fileContent = fileContent.replace(/REPLACE_INTENT_HERE/g, response.body); And in Html Code add line code as: const… Continue reading How to pass data/parameter from Suitelet to HTML

How to link Suitelet in Html

we can link suitelet page for POST response in Html by using Ajax method syntax for linking $.ajax({ type: “POST”, url: “/app/site/hosting/scriptlet.nl?script=826&deploy=1&compid=TSTDRV2570977&h=db87afcaddd762a08db6”, // suitelet external link dataType: “json”, data: { paymentIntentId: paymentIntentId, result } });

Customer portal login

https://<accountID>.app.netsuite.com/app/login/secure/oidcprivate.nl for the Customer Center roles, Use this link for login as customer instead using enterprise login link where <accountID> is a variable representing the NetSuite account ID. Send Login Link Via E-mail Navigation Setup -> company -> system email template Add login link in email template