2018-06-01から1ヶ月間の記事一覧

Salesforce DXのforce:source:pushで「The "path" argument must be of type string.」エラーが出る時 #salesforce

ある時Salesforce DX (SFDX)の force:source:push で次のエラーが出ました。 $ sfdx force:source:push ERROR: The "path" argument must be of type string. その時の対処法についてのメモです。 いきなり結論 *-meta.xml に対応するファイル(もしくはフォ…

Lightning Componentのコンポーネントライブラリが便利 #salesforce

Spring'18の時点でベータリリースはされていましたが、正式リリースされたっぽいです。 コンポーネントライブラリとは developer.salesforce.com 実際のURLは https://developer.salesforce.com/docs/component-library/overview/components ですね。 上記の…