https://developer.salesforce.com/docs/component-library/bundle/lightning-record-edit-form/documentation 碰到之前接触的记录一下,深化一下印象。 一. 解决 lightning-record-edit-form没有入力时,效果和标准不一样的问题 先看一下标准的创建数据的UI,当有必入力字段的表单,点击Save按钮以后,上部会有DIV提示。
https://developer.salesforce.com/docs/component-library/bundle/lightning-record-picker/documentation 背景:想象一下我们以前做项目如果需要一个搜索功能的时候,比如搜索Account列表数据,查询条件可以基于Owner或者某个自定义的lookup字段进行查询时,我们通常要如何设计? 创建custom lookup component来支持; 通过lightning-r...
https://developer.salesforce.com/docs/component-library/bundle/lightning-emp-api/documentation salesforce零基础学习(九十六)Platform Event浅谈 Salesforce LWC学习(五) LDS & Wire Service 实现和后台数据交互 & meta xml配置 背景:我们在记录的详情页面,除标准的layout以外,实际工作中也会添加各种各样的component...
https://developer.salesforce.com/docs/component-library/bundle/lightning-emp-api/documentation salesforce零基础学习(九十六)Platform Event浅谈 Salesforce LWC学习(五) LDS & Wire Service 实现和后台数据交互 & meta xml配置 背景:我们在记录的详情页面,除标准的layout以外,实际工作中也会添加各种各样的component...
学习LDS以前可以先看一下aura中LDS的概念salesforce lightning零基础学习(六)Lightning Data Service(LDS)。针对LWC中的LDS和aura中的功能原理很像,区别可能是语法和标签的区别。所以这里对LDS不做过多的描述,直接展开标签的用法。 LWC 封装了3个最基础的组件去和数据进行交互。分别是lightning-record-form / lightnin...
Salesforce LWC学习(七) Navigation & Toast 上一篇我们介绍了针对LWC中常用的LDS的适配的wire service以及@salesforce模块提供的相关的service,其实LWC中还提供其他的好用的service,比如针对导航相关的lightning/navigation以及展示toast提示信息相关的lightning/platformShowToastEvent。此篇主要针对这两个service进行简单的...
https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reference_salesforce_modules 我们在广播或者订阅以前都需要先引入我们创建的 message channel,使用 @salesforce/messageChannel进行引用,如果是包里的内容,需要添加namespace信息,如果不是包里的,直接使用channelReference即可。channelRefer...
we can help. find critical answers for all things salesforce – search resources, browse documentation, log cases, and more. visit the help center questions? we can help. find critical answers for all things salesforce – search resources, browse document...
https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.apex_continuations https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_class_System_Continuation.htm#apex_class_System_Continuation 我们在项目中经常遇到会和后台apex进行交互通过SOQL/SOSL去获取数据...
we can help. find critical answers for all things salesforce – search resources, browse documentation, log cases, and more. visit the help center questions? we can help. find critical answers for all things salesforce – search resources, browse documentation, log cases, and ...