LoginSignup
1
1

Apex ,Aura コーディングサンプル

Last updated at Posted at 2022-02-21

まとめページに戻る

メタデータを呼び出す必要がある

具体的な設定など

コーディングサンプル

私が書いてない参考にしたいコーディングサンプル

未解決

資料

エラー

You can write only 1 million character per class and your class character count is greater then this so you need to break it into multiple sub classes.
クラスごとに 100 万文字しか記述できず、クラスの文字数がこれよりも多いため、複数のサブクラスに分割する必要があります。

https://salesforce.stackexchange.com/questions/195277/class-compilation-requires-too-much-metadata

image.png

  • Action failed: aura:iteration$controller$itemsChange [Invalid regular expression: /(.+?)(?::(\d+))?(?::(\d+))?$/: Stack overflow]
  • Action failed: aura:iteration$controller$itemsChange [Maximum call stack size exceeded]

Please change the url parameters

"url": reportId

-->

"url": "/lightning/r/Report/" & reportId  & "/view?queryScope=userFolders"

lightning-datatable

アノテーション

Please check this article.
Is it possible to have multiple POST calls in the same Apex REST class?

https://salesforce.stackexchange.com/questions/358382/is-it-possible-to-have-multiple-post-calls-in-the-same-apex-rest-class

Looks like this is still an idea:

Allow multiple @invocable methods in a single class
https://ideas.salesforce.com/s/idea/a0B8W00000GdeuIUAR/allow-multiple-invocable-methods-in-a-single-class

できないこと

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1