salesforce zero-based learning portal development (a) Salesforce Features, IDE configuration, and download resources -copy

Currently we have a lot of companies do salesforce, but the country is really very little relevant information. Late last month switched to a new company, mainly to do is salesforce, but then you want to look at some relevant information is indeed more difficult. In order to avoid zero-based learning want fewer people go a little detour, so sort out this simple thing to learn a few days, including how after you log in salesforce, such as how to download IDE configuration simple entry operations.

A) give you some links to facilitate learning, find and ask questions.

 

1) salesforce developer's official website: https://developer.salesforce.com/      

Note: This link can be used as salesforce portal, to find most of the resources needed, such as IDE, PDF documents, and so developed.

2)https://developer.salesforce.com/forums/#!/feedtype=SINGLE_QUESTION_SEARCH_RESULT&id=906F00000008tGJIAY

Note: This link can be found above the portal, for ease of use, directly listed separately. This link is a Q & A. Where is the problem encountered in the study can go inside to search to see if there is already answered. If you want to know that no one questions or answered. After login you can do is ask questions, foreign programmers have to say, I was quite enthusiastic.

3)https://developer.salesforce.com/page/Force.com_IDE_Installation

Note: This link no basis to facilitate installation personnel IDE development environment, which has detailed instructions.

4)https://developer.salesforce.com/trailhead

Note: This link provides a lot of basic tutorial, if the zero-based personnel can access this link, select the content you want to see quick start.

5)https://developer.salesforce.com/trailhead/force_com_dev_beginner/starting_force_com/starting_tour

Note: This link explains the principal elements of Setup after login.

If you want to see more content, the developer can enter the official website, direct access to the relevant module.

B) the registration page after login brief

 

                             Figure I

Figure 1 shows the incoming main page after logging development. The top navigation bar includes a user's personal information, the project settings, help, and so on.

          

         Figure 2 Figure 3     

              

             Figure IV Figure V

Click the setup on the navigation bar, below the lower left corner of the display module (Figure 2), for the project related settings. 6 includes a main part, Administer, Build, Deploy, Monitor, Jobs, Logs. These projects will slowly come into contact with.

Click on the map three-position personal account, click on the lower left corner of the menu will be displayed MySettings Figure IV of the menu bar, click Reset My Security Token option to reset your Security Token, it will be sent to the mailbox you used when registering. Security Token is very important, for checking the IDE to upload code, and using the time of authentication operation Force.com Explorer database login.

C) to configure their own account associated IDE, Force.com Explorer related database configuration

After downloading the relevant configuration-related JDK and IDE using the link in the IDE, associated with their account password and Security Token, later used the code submitted to the server to test the code.

1.IDE Configuration

新建一个Force.com 的Project,然后右键选择Properties,弹出对话框如下所示。点击Force.com,会显示右侧的部分,其中Username为注册的邮箱,Password为你的密码,Security Token为上述说明的Security Token。

2.Force.com Explorer配置

Force.com Explorer打开以后只有两个内容添加,UserName为上面的Username,Password为密码加上Security Token 。

eg:密码为123,Security Token为abc,则Password内容为123abc

四)相关PDF学习开发文档

Salesforce提供给开发者一个比较全面介绍Apex以及VF的PDF开发文档,以及单独模块化的pdf文档,比如专门介绍Database,VF,Apex Class api 等等。

下载地址为:https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/

点击左上方的PDF下载按钮即可下载相关的PDF文档。

我个人也上传了相关的PDF资源,可以从文件中查看相关的PDF。

本人也是零基础学习,总结或者描述有些内容有可能有问题,希望大家见谅,谢谢,如果有什么问题可以留言共同探讨!

下一篇,将会描述Apex的变量类型以及基本方法等内容。

 

本文章都是摘录网上的前辈们汗水,只是为了自己学习备份用,如有得罪,请见谅!

Guess you like

Origin www.cnblogs.com/start-one-point/p/11482225.html