随笔分类 - salesforce&apex
salesforce开发的小心得
摘要:本篇参考: https://trailblazer.salesforce.com/issues_view?id=a1p4V0000003znDQAQ https://salesforce.stackexchange.com/questions/223766/lightning-new-case-ac
阅读全文
摘要:本篇参考: https://developer.salesforce.com/docs/atlas.en-us.234.0.apexref.meta/apexref/apex_methods_system_custom_metadata_types.htm https://trailhead.sal
阅读全文
摘要:本篇参考: https://developer.salesforce.com/docs/component-library/bundle/force:hasRecordId/documentation https://developer.salesforce.com/docs/component-l
阅读全文
摘要:背景: 今天项目组小伙伴问了一个问题,如果更新数据超过1万条的情况下,有什么好的方式来实现呢?我们都知道一个transaction只能做10000条DML数据操作,那客户的操作的数据就是超过10000条的情况下,我们就只能搬出来salesforce government limitation进行拒绝
阅读全文
摘要:本篇参考: salesforce零基础学习(九十五)lightning out https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lightning_out_considerations http
阅读全文
摘要:本篇参考:https://developer.salesforce.com/docs/component-library/bundle/lightning-progress-indicator/example 我们在实际项目中有的时候要使用展示类似opportunity path的这种进度的标签,当
阅读全文
摘要:本篇参考:https://help.salesforce.com/s/articleView?id=sf.security_ll_overview.htm&type=5 我们在之前的篇中提到过明年salesforce强制执行MFA,即如果使用salesforce authenticator的情况下,
阅读全文
摘要:本篇参考: https://v.qq.com/x/page/f0772toebhd.html https://v.qq.com/x/page/e0772tsmtek.html https://v.qq.com/x/page/b0772x6157h.html https://wenku.baidu.c
阅读全文
摘要:本篇参考: https://v.qq.com/x/page/f0772toebhd.html https://v.qq.com/x/page/e0772tsmtek.html https://v.qq.com/x/page/b0772x6157h.html https://wenku.baidu.c
阅读全文
摘要:本篇参考:https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2Fcontent%2Fb2c_commerce%2Ftopics%2Fcatalog
阅读全文
摘要:本篇参考: https://baike.baidu.com/item/%E6%B6%88%E8%B4%B9%E5%93%81/425802?fr=aladdin https://help.salesforce.com/s/articleView?id=sf.retail_concept_user_g
阅读全文
摘要:本篇参考: https://trailhead.salesforce.com/content/learn/modules/salesforce-agile-basics https://www.scrumcn.com/agile/scrum_guide.html https://www.scrum.
阅读全文
摘要:本篇参考: https://trailhead.salesforce.com/en/content/learn/trails/determine-which-application-lifecycle-management-model-is-right-for-you?trailmix_creato
阅读全文
摘要:本篇参考:https://security.salesforce.com/mfa https://sfdc.co/bvtuQT (MFA官方研讨会的文档) https://sfdc.co/iwiQK(MFA中华区研讨会视频) Salesforce Admin篇(四) Security 之Two-Fa
阅读全文
摘要:本篇参考:https://trailblazer.salesforce.com/ideaview?id=08730000000BroxAAC https://help.salesforce.com/s/articleView?id=sf.dynamic_forms_overview.htm&type
阅读全文
摘要:本篇参考: https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.use_quick_actions https://developer.salesforce.com/docs/compone
阅读全文
摘要:本篇参考:https://resources.docs.salesforce.com/sfdc/pdf/integration_patterns_and_practices.pdf Salesforce实时访问外部数据。这样就不需要在Salesforce中保存数据,然后在Salesforce和外部系
阅读全文
摘要:Salesforce用户界面必须由于Salesforce数据的更改而自动更新。这个场景其实在我所经历的项目中用到的不是特别多,因为客户可能直接点击刷新按钮就直接看到了最新的数据,而不是那种一直不刷新然后基于数据变化以后等着自动刷新。所以这种集成模式应该是基于某种特定的行业数据变动很快要求实时性的UI
阅读全文
摘要:本篇参考:https://resources.docs.salesforce.com/sfdc/pdf/integration_patterns_and_practices.pdf 本篇博客介绍 Remote Call-In 集成模式,一言以蔽之:此种模式用于存储在Lightning Platfor
阅读全文
摘要:本篇参考:https://resources.docs.salesforce.com/sfdc/pdf/integration_patterns_and_practices.pdf 前两篇博客讲了一下远程进程调用的场景。今天我们描述一下 批量数据同步的模式。 一. 上下文 公司曾经使用其他的CRM平
阅读全文