New to Netsuite [closed] - netsuite

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm new to Netsuite world but need to do some administration at my current job. Here are my questions related to Netsuite.
Where can I create a Developer Account/signup for Netsuite so that I can login and learn some configuration.
Any online resources to learn configuration/administration or I need to take the actual training?
What are the programming languages we need to know for development and what is the scope of customization in Netsuite?
Thanks in Advance!

1) Here is the link for Developer Account/Signup for Netsuite.
They usually take some time to process your Dev account request, once they verify your details, you'll get a response mail from Netsuite with a given link to access it with a temporary password.
2) Truely speaking, you have to grab everything on your own efforts.There is no decent and pretty formatted way to get everything from one particular place(unless you ready to pay for some heavy amount for the webinars).
Once you get the login access in to Netsuite (Dev account) you can explore the help documents for more details.
Next thing in the series and which is very obvious is to join Netsuite User Forum. Once you became a member, you can post queries and discover a lot of new ideas about how industry is using Netsuite in different fields.
3) Netsuite provides supports for Java, .NET & PHP (SOAP based access).
Apart from that Netsuite does also provide a REST based access through RESTlets which is an extension of server side javascript.

Related

Collect Instagram Followers [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 11 months ago.
Improve this question
Good evening everyone. I'm supposed to teach a data processing course for high school students. The course is based on data extracted from Instagram. There are several tools in python, R etc. that I could use to extract data from Instagram. But I'd like the students to do that, and the course is too short to introduce languages like these I mentioned. Furthermore, students come from different fields and may not have sufficient technical knowledge to follow a programming course. A (free) web collector of Instragram followers where it is possible to search for the user and then click on "download" to scrape their followers (if any) might be a good solution for these students. Do you know similar tools?
Thank you in advance.
I'm not sure we are the correct platform for this question but you have this chrome extension and detailed explanation here How to Export Instagram Followers to Excel
Video description has all the steps:
"1. You’ll need to have Google Chrome installed, just follow the instructions on their website.
With Chrome installed, either search for Helper Tools for Instagram or go to this link:
https://chrome.google.com/webstore/de....
Then click Add to Chrome.
Go to the Instagram page you wish to export a list of followers and click the new icon in the top-right to open the Helper Tools.
In this case we want just the followers, so change the box from All to Followers and then click Get List of Users.
Make sure you have ample time to generate the list as it can take hours if there are many followers. "
You can scrape/collect any instagram followers of any account in this web. Just create account and try for free. https://phantombuster.com/automations/instagram/7175/instagram-follower-collector

Searching a ticketing system, recommendations [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I'm searching a ticketing system in order to implement it on some business. I need a ticketing system with these possibilities and characteristics (if it's possible) or the maximum of it:
Must be compatible with Linux
Open-source code and free software
Compatible with LDAP (I want to do authentications with LDAP)
Possibility to open a ticket and receive the answer via mail (user's side, operators can have the web interface, they should but not must)
The system should contain a wiki section or something like that in order to implement some guides & FAQs for users
I know that I'm searching for a very specific ticketing system and I'm being very demanding :P but I should do in that way.
If you know some ticketing system that provides several of these options your answers will be also welcome.
Thanks for all!
take a look at Redmine, it should have everything you want. You can use LDAP as user management, implement a wiki per projet, be notified by mail when a ticket is created / updated and the source code is available.
Redmine official website
The characteristics you want are very similar with the ticket system I do use in my company.
I suggest to you the GLPi ticket system, is open source and fill all your requirements.
I hope you like it :D

Intergrating Stripe with HubSpot [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 4 years ago.
Improve this question
I'm trying to set up a form of payment on HubSpot. My client selected stripe before I was on board and I've been spending backend of last week and this morning trying to integrate the two.
I've come to realise that HubSpot doesn't support server-side languages making it impossible to setup stripe on its own. I was also told that Zapier was going to make the integration between form submission to database for us. After a few emails with Zapier, I was told that isn't what their service does.
I've done a lot of searching on google but haven't found anything very fruitful. I was hoping someone with more experience in HubSpot would be able to direct me to a solution to set up Stripe or another product that would be useful to applying a payment form submission on HubSpot.
Unfortunately, you would need a plugin developed for HubSpot that built out a Stripe payment flow. There is no way to accept payments through Stripe that doesn't use a server-side language. You may be able to tie into a third-party service like CommencePayments (https://commencepayments.com/), but I'm not sure even that would work.

Is there a amazon webstore API for customers? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 9 days ago.
Improve this question
I am working on a personal expense tracking application and would like to retrieve a list of orders made by a customer (me) on amazon.com.
The Amazon MWS API is described as follows:
Amazon Marketplace Web Service (MWS) is an integrated web service API that allows Amazon
sellers to programmatically exchange data on orders, payments, reports, and more.
That is clearly meant for use by sellers, not by customers. Is there any way I could retrieve that information, without having to rely on browser automation?
You will probably have to build a crawler to log into your account, browse your order history and parse the pages.
As far as finding official word on the availability of such a feature, nothing suggests there is such a thing as a customer API and rarely do people offer a list of services they don't provide. Amazon might simply consider this being too much of a fringe case to bother having one.
While it happens that certain features are simply under-documented, more often than not the absence of documentation is simply the reflection of the absence of the feature itself. And it's notoriously difficult to prove a negative. Therefore we can only reach for the most obvious answer, that there is no such thing.
A crawler is certainly less efficient than a dedicated API and prone to break on page design changes, but it is still better than nothing.

Managing New Application Requests [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
At the moment we are a small development team of 2. All our software is used inhouse. Currently staff just walk to our desk when they want new software developed or when they want new features added to existing software, or when bugs arise.
I am looking for a better management process of this. Do I get staff to send an email instead and then that can be designated to a developer. Or is there a simple software app out there that could help?
I want a simple method for doing this as the staff are unlikely to use something if too time consuming or complex. They find it too easy to approach a developer personally!
Anything to recommend please?
One option is to use JIRA. It has a feature where emails sent to a certain address can get turned in to backlog items (using the email subject line as the title).
Keep it as it is for now: face-to-face communication is always better than using any piece of software...
It will be only when you will grow to more developers that you will really need such software: from online or cloud based (ie Zimbra) to VCSs (version control systems) hosted on your machines.

Resources