选择Mobile Navigation Menu(移动导航菜单),然后单击Add page to app(将页面添加到应用程序)。 这一操作会将应用程序页面添加至 Salesforce 移动应用程序中“仅移动端”Lightning 应用程序中的移动导航。像之前一样,将页面添加至 Lightning Experience 中的销售应用程序,可确保该应用程序页面也显示在 Salesforce 移...
1、大部分的数标准对象,例如home page,、主要的Chatter digest、groups and people等。 2、组织的自定义对象 3、Visual force 标签 4、Lightning组件标签 5、通过Visual force 标签的Canvas应用程序 6、Web 标签 您还可以包括Lightning page 标签和Lightning Voice等实用程序。如果组织使用实用程序功能,您可以在Lightnin...
Lightning pages allow us to make virtuallyeverycomponent on the page (individual fields, entire field sections, screen flows, buttons, actions, reports, and many others) conditionally available based on different rules. In theory, this allows us to craft anextremelyflexible user experience – but i...
Add a visibility rule to an account record page. This challenge uses the New Account Page you created for a challenge in a previous unit. If you haven’t already completed the “Build a Custom Record Page for Lightning Experience and the Salesforce Mobile App” and “Get Star...
Lightning エラーイベントは、Lightning Experience および Salesforce モバイルアプリケーションでのユーザ操作時に発生したエラーを表します。このイベント種別は、API バージョン 39.0 以降の EventLogFile オブジェクトで使用できます。
文章被收录于专栏:Salesforce quickActionForDeleteAura.cmp<aura:component implements="force:lightningQuickActionWithoutHeader,force:hasRecordId,flexipage:availableForRecordHome,lightning:actionOverride"> <aura:attribute name="recordId" type="Id"/> This is Aura RecordId is: {!v.recordId} </aura:comp...
2.Experiences上做一个新的Page,装载上边的登录画面。 3.ListView画面调用子画面(登录画面) basicDatatable.html 代码语言:javascript 复制 <template><lightning-layout multiple-rows="true"horizontal-align="center"vertical-align="center"><lightning-layout-item padding="around-small"size="5"style="position:...
17.@17.15 — There are 3 steps to usingLightning Out. You first have to create a Lightning dependency application, then load the dependency app in the Visualforce page and finally create the Lightning components for your page. In this example, theforce:recordView componentwill be displayed in ...
随着salesforce对lightning的推进,越来越多的项目基于lightning开发,导致很多小伙伴可能都并不了解classic或者认为不需要用到classic直接就开始了lightning的开发。其实有精力了解classic的使用还是很有必要的,因为lightning还在不断的优化中,可能有一部分还需要使用classic的功能来实现或者来协助实现,比如list view的list button...
本来lightning-datatable这种标签,基本上任何的项目都会用到而且很精通,所以当时感觉没有太大的单独一篇写的必要,在Salesforce LWC学习(三十) lwc superbadge项目实现中也有使用这个标签的demo,所以有类似需要的小伙伴参考一下也可以照猫画虎搞定需求。项目中遇见了两个datatable的问题,解决以后感觉有必要写一下,后期...