Netsuite : First Few Actions that need to be taken for learning - netsuite

I got Developer Account of Netsuite. And Know Javascript well. Downloaded SuiteCloud in Eclipse (Though my first Suitelet code is showing errors when I ran it on eclipse as shown in the help centre). Can use Help Centre and Also I have register for the Forum.
Now I need to learn Netsuite, so what should be my first few steps that needs to be taken so that I can proceed properly with learning.
Your guidance will be valuable.
Thanks in Advance.
Regards
Glad

As mentioned above you already owned a Dev account and have eclipse setup with you, so I guess you might have already learnt the essentials of using eclipse plugin for Netsuite. I would rather recommend to play with some client and user event script samples (NS help center) and the deployment process to have an idea how the whole process works in conjunction with record objects. Learning Suitelet involves a lot of learning curves. So better off you jump into Suitelet once you have enough knowledge on the script types and their usages.

Related

How to learn Netsuite SuiteScript

I have worked on Net-suite Suite Talk web services.Now i want some customization on my account using suite script.
I am adding checks to Net suite and check have some items.I want to add those items to deposit section.
user will select the check from drop down on Deposit page.
List of item will be displayed and user can check those to upload to deposit section.
How can i do that and how can i learn suite script to complete this task?
Thanks in advance.
HItesh Kumar
The best way to learn it is to RTFM. Although the SuiteAnswers documentation is far from being the best, it is a good place to start. After that, read the API file & get to know the API. Once you have a good, practical understanding of the APIs, then work with the code in the debugger.
Aside from that, you would need to add your current code in your questions, and the errors that you are receiving.
Those could be useful however if you try to learn SuiteScript 2.0 which I recommend because SuiteScript 1.0 will no be longer supported, then the API Doc is not very useful because the examples are very short and even with errors.
The best resource I found so far is:
https://stoic.software
Very professional guy with good knowledge, expertise and good prices.

How does the DocuSign API work?

I am very confused as to how the API of DocuSign works, I tried looking it up here:
https://www.docusign.com/p/RESTAPIGuide/RESTAPIGuide.htm
But that didn't help me much, especially not because I need to implement DocuSign into the open source version of Vtiger.
Does anybody here know a site where I can learn more about DocuSign and how I can combine it with Vtiger open source?
As for what I already tried that is nothing, I first need to make a functional design which is kind of hard to do when you don't even understand the basic API.
I would really appreciate it.
I have never worked with an API before, so this is all new for me.
Have you tried the API overview instead of the reference guide? Check this out:
https://www.docusign.com/developer-center/api-overview
You can also look at the API Recipes to see some starting examples of what you can do in any language. I believe VTiger is written in PHP so you can find the PHP code to copy and paste to get you started.

Google Gmail Contextual Gadget Example

So I'm interested in learning how to program a Gmail gadget to do some silly things but I have no experience in it. I have spent the past month or so sporadically reading through the API (https://developers.google.com/gmail/contextual_gadgets), but haven't made much progress. I was wondering if anyone with experience would be willing to answer the following:
1) What files exactly do we need for a gadget? Just the manifest and the spec? Should they have specific names?
2) https://developers.google.com/gmail/contextual_gadgets?csw=1#hello_world_example_manifest Where this link has the example code and says to substitute your own info in for example.com, what does that mean? And why do we need to do this?
3) Would you have some really simple gadget, i.e. a 'hello world' that you would be willing to share as an example? (I'm not trying to steal your code, I'm just interested in seeing a full finished piece and seeing what I need to work on in my project)
Thanks a bunch!
For creating a gadget you need minimum of 2 files.
manifest.xml - specifies extractor and gadget
gadget.xml - it includes what you would like to display in mail
Check this guide for more details.

Reviewing a website

Hi
I'm looking for a tool (free/paid) like a program that help me in reviewing my website style and interface such as explain the content of the home page (footer, header ..... ) taking snapshots and write comment on them ... I know this can be done using (print screen) and the MS paint but I need a more professional tool to use .
thank you in advance
I'm not sure if I understand well, but conceptshare may be the tool you looking for.
There's a firefox extension called Screengrab that can capture an entire page. You could add annotations to that quite easily in a DTP tool.
I'm not sure about the type of review you're looking for.
If you want to have people using the website and giving you their feedback in terms of navigation, layout, design and content, you can use a www.usertesting.com services.
They'll enroll users to test out the website and them give you a URl to review a video/audio recording of each user test. It's a great way to validate your website.
Hope this is what you were looking for...

Getting started with Gmail Plugin development

I would like to get into Plugin development using the Gmail API and as such I would like to ask those who already have experience in it a few questions.
What language / languages should I be familiar with? I'm not familiar with Python, PHP, or JavaScript. Will I need to pick up on these?
What level of control do I have on what my plugin can do? Can I for example change the interface or add shortcuts or RSS feeds as a sidebar?
I know a lot of the examples mentioned already exist but I would like to try my own hand at it.
Peter posted a solid list of the official Gmail APIs.
On the other hand, most of the major plugins that you may have heard about are browser plugins that just modify the page source directly, even though there's no official API for it. There used to be a GreaseMonkey API that was a good starting point, but that wasn't supported and no longer works. Best place to start is with a copy of Chrome, creating a content-injection plugin that works on the Gmail page.
Happy to provide some further details if you can clarify what you're going for since I went through this myself a few months back.

Resources