在salesforce中,声明类大概可以分成三类:分别是可以声明为with sharing,without sharing,以及两者均不声明. 三者区别如下: with sharing:类声明称with sharing类型,则需要走sharing settings中 ...
本篇参考: https: trailhead.salesforce.com en users strailhead trailmixes architect sharing and visibility http: resources.docs.salesforce.com en us sfdc pdf sharing architecture.pdf Salesforce作为一个出色的Saas平 ...
2020-02-09 15:04 0 1097 推荐指数:
在salesforce中,声明类大概可以分成三类:分别是可以声明为with sharing,without sharing,以及两者均不声明. 三者区别如下: with sharing:类声明称with sharing类型,则需要走sharing settings中 ...
salesforce如果简单的说可以大概分成两个部分:Apex,VisualForce Page. 其中Apex语言和java很多的语法类似,今天总结的是一些简单的Apex的变量等知识。 有如下几种常用的基本变量Integer,String,Decimal,Double,Long ...
本篇参考: https://help.salesforce.com/articleView?id=000339361&type=1&mode=1 https://developer.salesforce.com/wiki/apex_code_best_practices ...
,此篇主要讲述aura framework为我们提供的 component的js的主要方法。 本人sal ...
本篇参考: https://zhuanlan.zhihu.com/p/89020647 https://trailhead.salesforce.com/content/learn/modules/connected-app-basics https ...
上一篇介绍了Aura Framework中 Component类的部分方法,本篇将要介绍Event常用的方法。 1. setParam (String key , Object value):设置事件的param,此项设置不会修改已经被触发的事件。我们在创建事件的时候可以同时声明 ...
第十七篇的Trigger用法为通过Handler方式实现Trigger的封装,此种好处是一个Handler对应一个sObject,使本该在Trigger中写的代码分到Handler中,代码更加清晰。 十七篇链接:salesforce 零基础学习(十七)Trigger用法 ...
本篇参考: https://code.visualstudio.com/docs/editor/versioncontrol https://git-scm.com/doc https://git-scm.com/book/zh/v2 salesforce作为云平台,相信很多人开发都很 ...