上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 26 下一页
摘要: 本篇参考:https://github.com/forcedotcom/cli/issues/470 https://developer.salesforce.com/docs/atlas.en-us.sfdx_setup.meta/sfdx_setup/sfdx_setup_update_cli. 阅读全文
posted @ 2020-07-30 12:36 zero.zhang 阅读(679) 评论(1) 推荐(0) 编辑
摘要: 本篇参考: https://salesforcediaries.com/2020/02/24/how-to-override-lightning-input-field-label-in-lightning-web-component/ https://developer.salesforce.co 阅读全文
posted @ 2020-07-18 18:12 zero.zhang 阅读(1692) 评论(1) 推荐(1) 编辑
摘要: 本篇参看: https://developer.salesforce.com/docs/component-library/bundle/lightning-datatable/documentation https://www.lightningdesignsystem.com/component 阅读全文
posted @ 2020-06-28 14:11 zero.zhang 阅读(2258) 评论(0) 推荐(0) 编辑
摘要: 在Salesforce的世界,凡事皆Metadata。 先通过一句经常使用的代码带入一下: Account accountItem = (Account)JSON.deserialize(accountString,Account.class); 这种代码相信大部分开发都会写过,前台将数据序列化,通 阅读全文
posted @ 2020-06-16 22:17 zero.zhang 阅读(752) 评论(0) 推荐(1) 编辑
摘要: 在Salesforce LWC学习(八) Look Up组件实现篇中,我们实现了公用的lookup组件,使用的过程中,会发现当我们输入内容以后,搜索出来的列表便无法被清空。 针对此种情况我们打算优化一下代码,针对前端的输入框,增加onblur函数,当鼠标移除情况下,设置searchTerm为空字符串 阅读全文
posted @ 2020-06-01 19:10 zero.zhang 阅读(1127) 评论(0) 推荐(0) 编辑
摘要: 我们在Sales Cloud中经常会创建顾客,如果针对TO C业务,会启用个人顾客,比如针对车企行业,有一些场景是需要卖给个人的,而不只是企业采购。当通过打电话或者其他的场景有潜在客户并且转换成客户以后,我们会为其创建业务机会(Opportunity),并且创建相关的 Event / Task去和客 阅读全文
posted @ 2020-05-09 15:01 zero.zhang 阅读(966) 评论(0) 推荐(1) 编辑
摘要: 本篇参考:https://developer.salesforce.com/blogs/2018/07/which-streaming-event-do-i-use.html https://trailhead.salesforce.com/content/learn/modules/platfor 阅读全文
posted @ 2020-05-02 23:45 zero.zhang 阅读(1892) 评论(0) 推荐(2) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/component-library/bundle/lightning-input/documentation https://www.lightningdesignsystem.com/components/in 阅读全文
posted @ 2020-04-22 12:37 zero.zhang 阅读(1601) 评论(3) 推荐(0) 编辑
摘要: 本篇参考:salesforce 零基础学习(六十二)获取sObject中类型为Picklist的field values(含record type) https://developer.salesforce.com/docs/component-library/documentation/en/lw 阅读全文
posted @ 2020-04-05 23:16 zero.zhang 阅读(1252) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.apex_continuations https://developer.salesforce.com/docs/atlas. 阅读全文
posted @ 2020-03-29 20:17 zero.zhang 阅读(1467) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 26 下一页