This topic contains 6 replies, has 0 voices, and was last updated by CFong 8 years, 1 month ago.
-
AuthorPosts
-
October 5, 2016 at 5:11 pm #1752
CFongAs I understand it the RESTlet is designed to be a continuation/future looking solution to SuiteTalk web services. I’ve been going over the SuiteAnswers pages about RESTlets, but there is one aspect that is still unclear.
Do I need to do anything other than write the “RESTlet-name”.js file and put it in the file cabinet? see – https://netsuite.custhelp.com/app/an…ail/a_id/19195
Also I had the 2.x page bookmarked but it seems to have become a dead link.
This is a cached copy. Click here to see the original post. -
October 5, 2016 at 5:26 pm #1753
david.smithRESTLets ROCK!! They are not future looking unless you want to consider the fact they might replace web services at some point. They out perform web services.
Yes, just like any other suitescript you need to define the script and deployment records.
Here is the page I use most for SS2.0 reference. https://netsuite.custhelp.com/app/an…ail/a_id/43517
-
October 5, 2016 at 5:54 pm #1754
CFongdavid.smith Thanks for the quick reply and link!
I’m looking to create a dashboard/interface for my co-workers which will streamline how they interact with Sales Orders, Cash Sales, and Fulfillments.
-
October 5, 2016 at 8:05 pm #1755
david.smithIs the dashboard outside of NetSuite? If so, use a RESTLet. If not, use a Suitelet.
In a nutshell the restlet will return a custom JSON object (application/json). You’ll want to use the Token Based Authentication (TBA) for best security.
-
October 6, 2016 at 6:09 pm #1756
CFongOh! Hmm. Suitelet is a better “internal” choice. Hmm. Changes my trajectory a bit, but good to know!
Back to the research grind stone.
-
October 10, 2016 at 12:29 am #1757
chanarbon@CFong,
RESTlet is a geat option when it comes to creating integrations since it is REST-based and most of the applications nowadays tend to prefer REST over SOAP due to total performance advantage of REST (generally speaking). Based on the details of
-
October 14, 2016 at 9:38 am #1758
CFongchanarbon Thanks for the clarification! I will look more deeply into Suietletes for our on NetSuite tools.
david.smith You’ve been a great resource thank you!
-
AuthorPosts
You must be logged in to reply to this topic.