12 2021 档案
摘要:背景: 今天项目组小伙伴问了一个问题,如果更新数据超过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的这种进度的标签,当
阅读全文