Salesforce知識分享

Salesforce知識分享 2011年開始接觸Salesforce,多年來在台灣-中國-日本從事相關工作,目前來到紐西蘭試試不同的工作環境,有興趣接觸的話歡迎來聊

2025 超級盃廣告 - Agentforce
13/02/2025

2025 超級盃廣告 - Agentforce

From managing parking reservations, finding the best routes, and sending last-minute gate change alerts, Agentforce autonomously helps airports get passenger...

在跟客戶了解需求的過程中,免不了的一環就是下載Excel. 之前在LWC當中大部分作法就是呼叫VFP,現在直接把外部JS引入還產生Excel是更好得做法了,甚至還能改變顏色、文字大小之類的微調https://salesforcecodex....
30/04/2023

在跟客戶了解需求的過程中,免不了的一環就是下載Excel. 之前在LWC當中大部分作法就是呼叫VFP,現在直接把外部JS引入還產生Excel是更好得做法了,甚至還能改變顏色、文字大小之類的微調
https://salesforcecodex.com/salesforce/export-data-from-lightning-web-component-to-excel-sheet/?utm_source=rss&utm_medium=rss&utm_campaign=export-data-from-lightning-web-component-to-excel-sheet

In this article, we will explore how to export data from Lightning Web Component to excel sheet using a step-by-step approach.

18/04/2023

Lifecycle hooks
在開發LWC或是Aura的時候,經常會需要在元件生成的時候做一些資料的操作或是DOM的操作,但是又不清楚每個事件發生的時候是處於網頁生成的哪個階段,可以參考一下以下的文章
https://www.sfdcblogs.com/post/lifecycle-hooks-in-lightning-web-components #:~:text=In%20Aura%20framework%20init(),These%20are%20called%20lifecycle%20hooks.

LWC官方文件:https://developer.salesforce.com/docs/component-library/documentation/en/lwc/lwc.create_lifecycle_hooks

一直以來,Lightning介面就是常常被用戶抱怨瀏覽速度慢,因此利用CDN做緩存,加速用戶存取LWC的速度多少是有幫助的,如果客戶問這個問題,至少有個解決方式
15/03/2023

一直以來,Lightning介面就是常常被用戶抱怨瀏覽速度慢,因此利用CDN做緩存,加速用戶存取LWC的速度多少是有幫助的,如果客戶問這個問題,至少有個解決方式

Learn how a content delivery network (CDN) can boost your performance and how you can enable it for your org today.

這篇文章的分享,我想應該對Flow不陌生的同學算是很容易。簡單來說就是在Create之後把數據保存在變量當中,然後用公式欄位去組合瀏覽網址。我覺得可以注意的點還有一個就是如何取得當前組織的網址,這部分在Salesforce Org或Comm...
21/12/2022

這篇文章的分享,我想應該對Flow不陌生的同學算是很容易。簡單來說就是在Create之後把數據保存在變量當中,然後用公式欄位去組合瀏覽網址。
我覺得可以注意的點還有一個就是如何取得當前組織的網址,這部分在Salesforce Org或Community都很實用


A step-by-step guide for how Salesforce Admins can create a record link dynamically in Flow.

最近剛好需要練習把LWC加進去OmniScript,線上文件寫的很多,但是不是很好自己拚起來,所以偶然看到別人的分享,有需要的可以看一下簡單來說,在LWC裡面可以利用保留的this.omniJsonData來讀取Omniscript中的Js...
22/11/2022

最近剛好需要練習把LWC加進去OmniScript,線上文件寫的很多,但是不是很好自己拚起來,所以偶然看到別人的分享,有需要的可以看一下

簡單來說,在LWC裡面可以利用保留的this.omniJsonData來讀取Omniscript中的Json資料


Learn how to add lwc components in an OmniScript and access the omniJsonData then use the data in a lightning-table component. Where to start? Prequisite is having VSCode with the Salesforce Extension Pack and sfdx CLI installed. Check this tutorial for how to setup. First create a new LWC component...

在List View畫面上,用戶是可以利用勾選框做紀錄的多選。現在在Flow中,是可以抓到多個紀錄Id來做二次操作,基本上跟在Lex page中取得record id類似,Salesforce提供保留字ids來獲得多個Id
14/11/2022

在List View畫面上,用戶是可以利用勾選框做紀錄的多選。現在在Flow中,是可以抓到多個紀錄Id來做二次操作,基本上跟在Lex page中取得record id類似,Salesforce提供保留字ids來獲得多個Id


Suppose you have a scenario where you want to mass delete selected records from a list view. This can be easily achieved with the help of a flow URL and a list button. For demonstration purposes, I…

Address

Taipei

Opening Hours

Monday 09:00 - 18:00
Tuesday 09:00 - 18:00
Wednesday 09:00 - 18:00
Thursday 09:00 - 18:00
Friday 09:00 - 18:00

Website

Alerts

Be the first to know and let us send you an email when Salesforce知識分享 posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share