1
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?

rex0220 算式自動採番プラグイン 枝番セット

Last updated at Posted at 2024-03-22

算式自動採番プラグイン計算式プラグインで、枝番処理を行います。

概要

レコード複製時に、枝番をセットします。
算式自動採番プラグイン計算式プラグインで、枝番処理を行います。

2024-03-22_22h33_01.png

2024-03-22_22h41_30.png

アプリ構成

枝番制御用に、元案件管理番号を追加します。

2024-03-22_22h37_10.png

算式自動採番プラグイン設定

元案件管理番号がセットされている場合、枝番を採番します。

2024-03-22_22h40_26.png

.js
IF(元案件管理番号,
  元案件管理番号&"-@@",
  "AB"&&"@@@@"
)

計算式プラグイン設定

案件管理番号がある場合、元案件管理番号にセット
レコード複製時は、元案件管理番号をそのまま保持します。

2024-03-22_22h39_06.png

.js
OPTION: 循環参照を許可

// 元案件管理番号 SINGLE_LINE_TEXT
IFS(元案件管理番号,元案件管理番号,
  AND(更新日時,連番),案件管理番号
)
1
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
1
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?