摘要: 本篇参考:https://architect.salesforce.com/decision-guides/migrate-change https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev 阅读全文
posted @ 2022-09-12 23:13 zero.zhang 阅读(1246) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://university.atlassian.com/student/collection/850385/path/1083901 本篇接上文,上文已经对项目设置了一个基础的配置,本篇做一下Project feature设置以及Story Component配置等信息。 一. 阅读全文
posted @ 2022-09-11 14:34 zero.zhang 阅读(598) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://www.jianshu.com/u/9dd427d9ad94 Salesforce 生命周期管理(二)Agile & Scrum 浅谈 我们都知道 salesforce是主动拥抱敏捷的,而且大部分的salesforce项目使用敏捷方式进行开发和迭代是很方便和适合的。工欲善 阅读全文
posted @ 2022-08-21 22:51 zero.zhang 阅读(1362) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://help.salesforce.com/s/articleView?id=sf.migrate_to_flow_tool_considerations_workflow.htm&type=5 https://help.salesforce.com/s/articleVie 阅读全文
posted @ 2022-07-24 22:35 zero.zhang 阅读(1320) 评论(0) 推荐(1) 编辑
摘要: 本篇参考:https://help.salesforce.com/s/articleView?language=en_US&type=1&id=000319486 page layout要展示图片,我们最常用的做法就是 formula 方式,使用IMAGE函数加上 static resource存储 阅读全文
posted @ 2022-05-31 15:41 zero.zhang 阅读(507) 评论(0) 推荐(2) 编辑
摘要: 本篇参考: https://help.salesforce.com/s/articleView?id=release-notes.rn_forcecom_lab_dynamic_related_lists.htm&type=5&release=238 https://trailhead.salesf 阅读全文
posted @ 2022-05-26 18:37 zero.zhang 阅读(306) 评论(0) 推荐(0) 编辑
摘要: salesforce核心两朵云,sales & service. 针对sales的quote / quote line item的报价功能,还是相对薄弱。针对sales,报价的准确性影响着成单以及影响着公司的利润,所以针对产品配置比较多的公司,好的报价系统是极其关键的。之前的项目用过 Apttus 阅读全文
posted @ 2022-05-18 10:46 zero.zhang 阅读(1032) 评论(3) 推荐(1) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/atlas.en-us.228.0.apexcode.meta/apexcode/apex_class_Auth_SessionManagement.htm https://help.salesforce.com 阅读全文
posted @ 2022-05-12 14:02 zero.zhang 阅读(511) 评论(0) 推荐(2) 编辑
摘要: 继之前的内容和帮助文档之外,整理一些其他有用的CG资源,有时间可以深入学习一下。 零售执行: https://rise.articulate.com/share/R9_PIF3mcNMuAi4iUtADvfVxDpUfolS9#/lessons/DaBifaGyjD-djgfZgMx7TLq1rzx 阅读全文
posted @ 2022-04-11 21:12 zero.zhang 阅读(167) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://max.book118.com/html/2017/1126/141669829.shtm https://baike.baidu.com/item/5why%E5%88%86%E6%9E%90%E6%B3%95/575907 上课在项目质量管理的章节的管理质量中提出了根 阅读全文
posted @ 2022-03-20 15:34 zero.zhang 阅读(1142) 评论(0) 推荐(1) 编辑
摘要: 本篇参考: https://trailblazer.salesforce.com/issues_view?id=a1p4V0000003znDQAQ https://salesforce.stackexchange.com/questions/223766/lightning-new-case-ac 阅读全文
posted @ 2022-03-12 13:46 zero.zhang 阅读(873) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/atlas.en-us.234.0.apexref.meta/apexref/apex_methods_system_custom_metadata_types.htm https://trailhead.sal 阅读全文
posted @ 2022-02-07 18:09 zero.zhang 阅读(760) 评论(0) 推荐(1) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/component-library/bundle/force:hasRecordId/documentation https://developer.salesforce.com/docs/component-l 阅读全文
posted @ 2022-01-04 23:21 zero.zhang 阅读(1098) 评论(1) 推荐(3) 编辑
摘要: 背景: 今天项目组小伙伴问了一个问题,如果更新数据超过1万条的情况下,有什么好的方式来实现呢?我们都知道一个transaction只能做10000条DML数据操作,那客户的操作的数据就是超过10000条的情况下,我们就只能搬出来salesforce government limitation进行拒绝 阅读全文
posted @ 2021-12-30 23:23 zero.zhang 阅读(873) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: salesforce零基础学习(九十五)lightning out https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lightning_out_considerations http 阅读全文
posted @ 2021-12-29 23:15 zero.zhang 阅读(805) 评论(0) 推荐(1) 编辑
摘要: 本篇参考:https://developer.salesforce.com/docs/component-library/bundle/lightning-progress-indicator/example 我们在实际项目中有的时候要使用展示类似opportunity path的这种进度的标签,当 阅读全文
posted @ 2021-12-10 21:34 zero.zhang 阅读(390) 评论(0) 推荐(2) 编辑
摘要: 本篇参考:https://help.salesforce.com/s/articleView?id=sf.security_ll_overview.htm&type=5 我们在之前的篇中提到过明年salesforce强制执行MFA,即如果使用salesforce authenticator的情况下, 阅读全文
posted @ 2021-11-27 17:05 zero.zhang 阅读(702) 评论(0) 推荐(1) 编辑
摘要: 本篇参考: 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 阅读全文
posted @ 2021-11-20 19:10 zero.zhang 阅读(457) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: 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 阅读全文
posted @ 2021-11-17 20:32 zero.zhang 阅读(911) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://documentation.b2c.commercecloud.salesforce.com/DOC1/index.jsp?topic=%2Fcom.demandware.dochelp%2Fcontent%2Fb2c_commerce%2Ftopics%2Fcatalog 阅读全文
posted @ 2021-11-16 10:07 zero.zhang 阅读(496) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: 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 阅读全文
posted @ 2021-11-14 16:48 zero.zhang 阅读(685) 评论(0) 推荐(0) 编辑
摘要: 本篇用于给自己后续慢慢看,对敏捷感兴趣的小伙伴,可以自行去看官方文档或者各种网站的视频讲解,更详细。 对于敏捷开发来说,User Story是开发的基础,把原本需求拆成最小粒度的Story,以方便拆分Task,估计开发时间,领取开发任务。 一. INVEST原则 User Story可以遵循以下模板 阅读全文
posted @ 2021-11-02 16:17 zero.zhang 阅读(644) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://trailhead.salesforce.com/content/learn/modules/salesforce-agile-basics https://www.scrumcn.com/agile/scrum_guide.html https://www.scrum. 阅读全文
posted @ 2021-10-23 22:37 zero.zhang 阅读(834) 评论(0) 推荐(1) 编辑
摘要: 本篇参考: https://trailhead.salesforce.com/en/content/learn/trails/determine-which-application-lifecycle-management-model-is-right-for-you?trailmix_creato 阅读全文
posted @ 2021-10-17 21:01 zero.zhang 阅读(901) 评论(0) 推荐(1) 编辑
摘要: 本篇参考:https://security.salesforce.com/mfa https://sfdc.co/bvtuQT (MFA官方研讨会的文档) https://sfdc.co/iwiQK(MFA中华区研讨会视频) Salesforce Admin篇(四) Security 之Two-Fa 阅读全文
posted @ 2021-09-30 22:20 zero.zhang 阅读(1346) 评论(7) 推荐(1) 编辑
摘要: 说一下项目中常见的甲方的需求。背景如下:Order在SF端生成以后,在status为completed以后,需要点击按钮同步到SAP或者其他的MDM,客户希望的是,如果 order的状态为 completed以后,才展示custom action / button,点击以后同步,如果状态为draft 阅读全文
posted @ 2021-09-14 21:13 zero.zhang 阅读(441) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://trailblazer.salesforce.com/ideaview?id=08730000000BroxAAC https://help.salesforce.com/s/articleView?id=sf.dynamic_forms_overview.htm&type 阅读全文
posted @ 2021-09-13 21:41 zero.zhang 阅读(554) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.use_quick_actions https://developer.salesforce.com/docs/compone 阅读全文
posted @ 2021-09-07 18:51 zero.zhang 阅读(1243) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://resources.docs.salesforce.com/sfdc/pdf/integration_patterns_and_practices.pdf Salesforce实时访问外部数据。这样就不需要在Salesforce中保存数据,然后在Salesforce和外部系 阅读全文
posted @ 2021-08-13 22:16 zero.zhang 阅读(533) 评论(0) 推荐(0) 编辑
摘要: Salesforce用户界面必须由于Salesforce数据的更改而自动更新。这个场景其实在我所经历的项目中用到的不是特别多,因为客户可能直接点击刷新按钮就直接看到了最新的数据,而不是那种一直不刷新然后基于数据变化以后等着自动刷新。所以这种集成模式应该是基于某种特定的行业数据变动很快要求实时性的UI 阅读全文
posted @ 2021-08-12 20:52 zero.zhang 阅读(399) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://resources.docs.salesforce.com/sfdc/pdf/integration_patterns_and_practices.pdf 本篇博客介绍 Remote Call-In 集成模式,一言以蔽之:此种模式用于存储在Lightning Platfor 阅读全文
posted @ 2021-08-11 21:24 zero.zhang 阅读(709) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://resources.docs.salesforce.com/sfdc/pdf/integration_patterns_and_practices.pdf 前两篇博客讲了一下远程进程调用的场景。今天我们描述一下 批量数据同步的模式。 一. 上下文 公司曾经使用其他的CRM平 阅读全文
posted @ 2021-08-10 22:25 zero.zhang 阅读(810) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://resources.docs.salesforce.com/sfdc/pdf/integration_patterns_and_practices.pdf 我们在上一篇讲了远程进程调用--请求和响应模式,这种模式用于处理同步的场景。当然这个场景不只是对salesforce有 阅读全文
posted @ 2021-08-08 17:36 zero.zhang 阅读(492) 评论(4) 推荐(0) 编辑
摘要: 本篇参考:https://resources.docs.salesforce.com/sfdc/pdf/integration_patterns_and_practices.pdf 我们在项目中,经常会遇见一个自定义页面的按钮或者一个 quick action点击,或者页面初始化,会对外部系统做一个 阅读全文
posted @ 2021-08-03 09:29 zero.zhang 阅读(565) 评论(0) 推荐(1) 编辑
摘要: 本篇参考:https://resources.docs.salesforce.com/sfdc/pdf/integration_patterns_and_practices.pdf 我们在做salesforce的集成的实施的时候,不可避免地要和其他系统进行交互。因为一个稍微大一点的企业也很少会将公司 阅读全文
posted @ 2021-08-01 19:19 zero.zhang 阅读(1368) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/atlas.en-us.232.0.api_streaming.meta/api_streaming/using_streaming_api_durability.htm https://trailhead.sa 阅读全文
posted @ 2021-07-11 15:19 zero.zhang 阅读(1306) 评论(2) 推荐(0) 编辑
摘要: 本篇参考: https://admin.salesforce.com/blog/2017/analyzing-org-salesforce-optimizer-webinar-recap 假设你在做一个系统的迁移或者你是一个公司的管理员,从一个org迁移到另外一个全新的org,而且很不幸原有的org 阅读全文
posted @ 2021-07-07 12:46 zero.zhang 阅读(303) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/atlas.en-us.224.0.api_rest.meta/api_rest/resources_composite_composite.htm https://developer.salesforce.co 阅读全文
posted @ 2021-07-03 13:22 zero.zhang 阅读(1133) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://www.cnblogs.com/zero-zyq/p/14548676.html https://www.lightningdesignsystem.com/platforms/lightning/styling-hooks/#Styling-Hooks-What-Doe 阅读全文
posted @ 2021-06-10 22:16 zero.zhang 阅读(992) 评论(0) 推荐(1) 编辑
摘要: 本篇参考:Salesforce Admin篇(四) Security 之Two-Factor Authentication & Single Sign On https://developer.salesforce.com/docs/atlas.en-us.230.0.sso.meta/sso/ss 阅读全文
posted @ 2021-06-06 14:21 zero.zhang 阅读(867) 评论(0) 推荐(0) 编辑