换个角度看Salesforce之基础配置学习笔记(二)

1. 登陆后没法使用Developer Console?html

    先找到当前登陆用户的Profie,而后勾选Profile中的View All Data(Modify All Data)便可;ide

2. PersonAccount是一个relationshipui

    A. SFDC中全部的对象都存放在一张表中,建表先建RecordType(RecordType专门有一张表来单独存放);spa

    B. 在PersonAccount建立后,相对应的Contact记录也会被自动建立;3d

    C. 把BusinessAccount修改成PersonAccount的过程当中,不能指定其余字段的值;code

3. 对于时区的设置,主要有两个地方:orm

    A. 我的设置:htm

 

B. Company 设置:对象

4. Visual Force page上如何获取Salesforce的系统时间:blog

<apex:page >
{!YEAR(TODAY())}
</apex:page>
View Code

5. 关于Salesforce中时区的说明:

    对于获取系统时间来讲,修改时区对当前系统时间的获取并没有影响;

    对于标准对象自带的时间字段来讲,???

    对于自定义的时间字段来讲,???

6. Roll-up summary field与Formula Field的区别:

    Roll-up summary field 创建在Master-Detail关系的Master表之上。而Formula Field创建在单表之上,经过在字段上创建公式的方式进行统一的处理;

7. 关于LastModifiedDate和SystemModStamp的区别:

    

     更多详细说明请参见该连接

8. Field Dependency:

    Both Standard Field and Dependent Field can be a Controlling Field.but only Custom Fields can be Dependent Field. But Checkbox fields can be controlling fields but not dependent fields.

    

9. How to check salesforce version:

    

10. How to enable Security Token:

      

 11. Salesforce cannot show the relationship between two tables in Schema Builder:

       

相关文章
相关标签/搜索