Qiita
You are not logged in to any team
Log in to Qiita Team...
Community
List of all organizatioins
Advent Calendar
Qiita Jobs
Qiitadon (β)
Qiita Zine
Community Guideline
How to write good articles
Release note
Signup
Login
LGTM items
Followees
Comment history
Edit request history
Issue report
Help us understand the problem. What is going on with this user?
It's illegal (copyright infringement, privacy infringement, libel, etc.)
It's socially inappropriate (offensive to public order and morals)
It's advertising
It's spam
Other than the above, but not suitable for the Qiita community (violation of guidelines)
徐 文珍
@xuwenzhen
@xuwenzhen2020
このアカウントでの投稿は私個人の見解に基づくものです。 ご利用は自己責任でお願いいたします。
71
Posts
477
Contributions
156
Followers
Follow
xuwenzhen2020@gmail.com
https://trailhead.com/me/xuwenzhen
株式会社PanGu
Following tags
Salesforce
OData
MuleSoft
lwc
Bootstrap
SAP
Node.js
gcp
Heroku
Apex
Lightningコンポーネント
GitHub
Organizations
$ analyze @xuwenzhen
posted articles
Salesforce:
79%
Apex:
45%
Heroku:
13%
Visualforce:
6%
Lightning:
6%
LGTMed articles
Salesforce:
63%
Apex:
19%
Lightning:
13%
Heroku:
9%
JavaScript:
9%
answered questions
No data
Edit Pickup Articles (Up to 3)
Save
Pickup Articles
Salesforce
Apex
Trigger
Apex Trigger Lightweight Framework
36
#1.一般的な実装例 ```java trigger EmployeeTrigger on Employee__c (before insert, before update, before delete, after insert, after update, after delete, after undelete) { if (Trigger.isInsert) { ...
2019/03/06
Salesforce
Apex
Lightning
Lightningコンポーネント
Lightning Component汎用化シリーズ(CallApex)
20
#1.aura:methodにより、コンポネット汎用化について  #2.Apexのエラーハンドリングについて  { // テストユーザ作成 User testUser = TestUtil.createUser('testUser'); // ユーザモード ...
2019/04/12
All Items
Articles
Answers
Questions