摘要: 本篇参考: https://zhuanlan.zhihu.com/p/89020647 https://trailhead.salesforce.com/content/learn/modules/connected-app-basics https://help.salesforce.com/ar 阅读全文
posted @ 2021-05-06 12:36 zero.zhang 阅读(2616) 评论(4) 推荐(0) 编辑
摘要: 本篇参考: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Operators/Spread_syntax Salesforce LWC学习(十六) Validity 在form中的使用浅谈 我们在第十六篇的时候,其 阅读全文
posted @ 2021-04-08 09:19 zero.zhang 阅读(619) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://help.salesforce.com/articleView?id=000339361&type=1&mode=1 https://developer.salesforce.com/wiki/apex_code_best_practices https://develo 阅读全文
posted @ 2021-03-26 12:37 zero.zhang 阅读(986) 评论(0) 推荐(0) 编辑
摘要: 本来lightning-datatable这种标签,基本上任何的项目都会用到而且很精通,所以当时感觉没有太大的单独一篇写的必要,在Salesforce LWC学习(三十) lwc superbadge项目实现 中也有使用这个标签的demo,所以有类似需要的小伙伴参考一下也可以照猫画虎搞定需求。项目中 阅读全文
posted @ 2021-03-25 13:51 zero.zhang 阅读(1238) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:salesforce lightning零基础学习(十七) 实现上传 Excel解析其内容 上一篇我们写了aura方式上传excel解析其内容。lwc作为salesforce的新宠儿,逐渐的在去aura化,这种功能怎么能lwc不搞一份,所以本篇来了,直接上代码。 excelImportFo 阅读全文
posted @ 2021-03-17 12:28 zero.zhang 阅读(1177) 评论(3) 推荐(1) 编辑
摘要: 本篇参考: https://developer.mozilla.org/zh-CN/docs/Web/API/FileReader https://github.com/SheetJS/sheetjs salesforce零基础学习(八十九)使用 input type=file 以及RemoteAc 阅读全文
posted @ 2021-03-15 15:27 zero.zhang 阅读(1163) 评论(0) 推荐(1) 编辑
摘要: 本篇参考:https://developer.salesforce.com/docs/atlas.en-us.228.0.apexcode.meta/apexcode/apex_enum_System_Quiddity.htm https://developer.salesforce.com/blo 阅读全文
posted @ 2021-03-05 23:58 zero.zhang 阅读(617) 评论(0) 推荐(1) 编辑
摘要: 本篇参考:https://www.lightningdesignsystem.com/components/modals/ 随着salesforce lwc的优化,越来越多的项目从aura转到了lwc开发,没有lwc的知识是不能的,但是指望lwc可以搞定所有的场景是万万不能的,比如今天的场景,qui 阅读全文
posted @ 2021-03-03 21:50 zero.zhang 阅读(793) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://trailhead.salesforce.com/content/learn/modules/web-chat 想一下我们为什么要用service cloud呢?为什么要有service?作为乙方或者丙方人员可能想着甲方爸爸让上,咱们就实施,话糙理不糙,站在咨询或者甲方爸爸 阅读全文
posted @ 2021-03-01 22:04 zero.zhang 阅读(545) 评论(0) 推荐(0) 编辑
摘要: 我们以前讲过 Service Cloud 零基础(三)Knowledge浅谈,我们日常可以看见很多得文章或者帖子,我们可以将其通过data category / group进行管理。但是一个系统中得文章可能成千上万或者百万计,常用得文章可能会大打折扣,这个时候我们应该如何更好得对文章进行管理分类呢? 阅读全文
posted @ 2021-02-16 15:53 zero.zhang 阅读(530) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://trailhead.salesforce.com/content/learn/modules/survey-basics 我们在工作和生活中会经历过形形色色得调查问卷,有一些是公司邮件发送给你,点开填写,有一部分是二维码扫一扫填写,当然还有很多得生成方式。本篇讲一下sale 阅读全文
posted @ 2021-02-11 11:32 zero.zhang 阅读(1074) 评论(1) 推荐(0) 编辑
摘要: 本篇参考: Mobile Device Tracking (salesforce.com) UserDevice | SOAP API Developer Guide | Salesforce Developers 背景:项目中有一个需求,当前登录的用户,在手机设备登录(要求指定的设备)和在电脑设备 阅读全文
posted @ 2021-01-24 21:28 zero.zhang 阅读(623) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/atlas.en-us.202.0.salesforce_large_data_volumes_bp.meta/salesforce_large_data_volumes_bp/ldv_deployments_i 阅读全文
posted @ 2021-01-11 21:35 zero.zhang 阅读(1112) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://developer.salesforce.com/docs/atlas.en-us.salesforce_large_data_volumes_bp.meta/salesforce_large_data_volumes_bp/ldv_deployments_infrastr 阅读全文
posted @ 2021-01-06 21:31 zero.zhang 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://developer.salesforce.com/blogs/engineering/2013/04/managing-lookup-skew-to-avoid-record-lock-exceptions.html https://developer.salesforc 阅读全文
posted @ 2020-12-31 12:20 zero.zhang 阅读(451) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/component-library/documentation/en/lwc/data_ui_api https://developer.salesforce.com/docs/component-library 阅读全文
posted @ 2020-12-18 13:00 zero.zhang 阅读(863) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://trailhead.salesforce.com/content/learn/projects/set-up-salesforce-knowledge https://trailhead.salesforce.com/content/learn/modules/lightn 阅读全文
posted @ 2020-12-15 18:06 zero.zhang 阅读(933) 评论(1) 推荐(0) 编辑
摘要: 本篇参考: https://developer.mozilla.org/zh-CN/docs/Mozilla/Add-ons/WebExtensions/Interact_with_the_clipboard https://developer.salesforce.com/docs/compone 阅读全文
posted @ 2020-12-13 22:48 zero.zhang 阅读(509) 评论(0) 推荐(0) 编辑
摘要: https://trailhead.salesforce.com/content/learn/modules/entitlements http://resources.docs.salesforce.com/latest/latest/en-us/sfdc/pdf/salesforce_entit 阅读全文
posted @ 2020-11-23 15:02 zero.zhang 阅读(941) 评论(0) 推荐(0) 编辑
摘要: 本篇参考: https://trailhead.salesforce.com/en/content/learn/modules/lightning_connect https://help.salesforce.com/articleView?id=platform_connect_about.ht 阅读全文
posted @ 2020-11-08 22:07 zero.zhang 阅读(1223) 评论(1) 推荐(1) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/atlas.en-us.224.0.bigobjects.meta/bigobjects/async_query_overview.htm https://trailhead.salesforce.com/con 阅读全文
posted @ 2020-10-24 10:02 zero.zhang 阅读(1334) 评论(6) 推荐(1) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/atlas.en-us.216.0.apexcode.meta/apexcode/apex_classes_keywords_sharing.htm https://developer.salesforce.co 阅读全文
posted @ 2020-10-19 13:19 zero.zhang 阅读(897) 评论(3) 推荐(1) 编辑
摘要: 本篇参考: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Functions https://developer.mozilla.org/zh-CN/docs/Glossary/Scope https://trailhea 阅读全文
posted @ 2020-10-04 14:57 zero.zhang 阅读(660) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Functions/Arrow_functions 我们在Salesforce LWC学习(十) 前端处理之 list 处理 篇中简单地介绍了一些数组常用的l 阅读全文
posted @ 2020-10-03 16:11 zero.zhang 阅读(983) 评论(2) 推荐(2) 编辑
摘要: 本篇参考: https://developer.salesforce.com/docs/component-library/bundle/lightning-file-upload/documentation https://developer.salesforce.com/docs/compone 阅读全文
posted @ 2020-09-29 21:57 zero.zhang 阅读(1935) 评论(2) 推荐(0) 编辑
摘要: 首先本篇感谢长源edward老哥的大力帮助。 背景:我们在前端开发的时候,经常会用到输入框,并且对这个输入框设置 required或者其他的验证,当不满足条件时使用自定义的UI或者使用标准的 input的 setCustomValidity等操作方式去进行UI的展示。我们在https://www.c 阅读全文
posted @ 2020-09-26 14:38 zero.zhang 阅读(1205) 评论(0) 推荐(0) 编辑
摘要: 本篇参看: https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Promise https://developer.mozilla.org/zh-CN/docs/Web/JavaScript 阅读全文
posted @ 2020-09-21 09:35 zero.zhang 阅读(1164) 评论(0) 推荐(1) 编辑
摘要: 本篇参看: https://trailhead.salesforce.com/content/learn/modules/test-lightning-web-components https://jestjs.io/docs/en/expect 我们在写lwc的js部分时,通常都是前端进行测试,针 阅读全文
posted @ 2020-09-12 12:43 zero.zhang 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Reference/Global_Objects/Array/sort salesforce开发过程中,数组在前端的使用中基本是不可避免,下面的demo大家猜一下输出结果。 ar 阅读全文
posted @ 2020-09-08 11:57 zero.zhang 阅读(756) 评论(0) 推荐(2) 编辑
摘要: 本篇参考: https://trailhead.salesforce.com/content/learn/superbadges/superbadge_lwc_specialist https://developer.salesforce.com/docs/component-library/doc 阅读全文
posted @ 2020-09-05 11:34 zero.zhang 阅读(2082) 评论(4) 推荐(0) 编辑
摘要: 本篇参看: https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.reactivity_fields https://developer.salesforce.com/docs/compone 阅读全文
posted @ 2020-08-30 22:23 zero.zhang 阅读(1001) 评论(0) 推荐(0) 编辑
摘要: 本篇参考:https://developer.salesforce.com/docs/component-library/documentation/en/lwc/data_error https://developer.salesforce.com/docs/atlas.en-us.uiapi.m 阅读全文
posted @ 2020-08-24 12:55 zero.zhang 阅读(1634) 评论(0) 推荐(1) 编辑
摘要: 本篇参考: https://code.visualstudio.com/docs/editor/versioncontrol https://git-scm.com/doc https://git-scm.com/book/zh/v2 salesforce作为云平台,相信很多人开发都很爽,有啥需求在 阅读全文
posted @ 2020-08-10 12:48 zero.zhang 阅读(1029) 评论(0) 推荐(1) 编辑
摘要: 本篇参考: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 阅读(696) 评论(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 阅读(1739) 评论(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 阅读(2299) 评论(0) 推荐(0) 编辑
摘要: 在Salesforce的世界,凡事皆Metadata。 先通过一句经常使用的代码带入一下: Account accountItem = (Account)JSON.deserialize(accountString,Account.class); 这种代码相信大部分开发都会写过,前台将数据序列化,通 阅读全文
posted @ 2020-06-16 22:17 zero.zhang 阅读(762) 评论(0) 推荐(1) 编辑
摘要: 在Salesforce LWC学习(八) Look Up组件实现篇中,我们实现了公用的lookup组件,使用的过程中,会发现当我们输入内容以后,搜索出来的列表便无法被清空。 针对此种情况我们打算优化一下代码,针对前端的输入框,增加onblur函数,当鼠标移除情况下,设置searchTerm为空字符串 阅读全文
posted @ 2020-06-01 19:10 zero.zhang 阅读(1160) 评论(0) 推荐(0) 编辑
摘要: 我们在Sales Cloud中经常会创建顾客,如果针对TO C业务,会启用个人顾客,比如针对车企行业,有一些场景是需要卖给个人的,而不只是企业采购。当通过打电话或者其他的场景有潜在客户并且转换成客户以后,我们会为其创建业务机会(Opportunity),并且创建相关的 Event / Task去和客 阅读全文
posted @ 2020-05-09 15:01 zero.zhang 阅读(984) 评论(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 阅读(1946) 评论(0) 推荐(2) 编辑