0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

新しいアイテムを追加するボタンを作る

Last updated at Posted at 2024-07-31

標準の機能では下記のようにこのボタンで新規アイテムを追加します。
同じ機能をカスタムボタンで実現したい。まずはどんなURLを書けばいいのだろうか?

image.png

3日程調べてやっとみつけましたね。日本語では全くヒットしません。ニーズないんだろうか?

やっぱり英語で調べるしかないと半日やったら、見つかりました。NewForm.aspxを使うのか...

If you mean to open a New Item page from SharePoint, you can use Launch() function to open it, set the OnSelect of button as below:

Launch("https://<Domain>.sharepoint.com/sites/<SiteName>/Lists/<ListName>/NewForm.aspx")

試してみましたが、機能します。

ボタンにはできなかったが、ハイパーリンクにはできた。

image.png

0
0
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
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?