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 }
});

Leave a comment

Your email address will not be published. Required fields are marked *