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?

More than 3 years have passed since last update.

Dynamics365/PowerAppsモデル駆動アプリのPluginでの排他処理

0
Posted at

数量増減、採番処理で数字の変化をより厳密的に管理、いわゆる排他制御を行う必要な場合のMSのサンプルを共有させていただきます。
FieldServiceの製品在庫の数量の増減は、在庫仕訳帳データの登録により管理しています。同時に複数在庫仕訳帳が登録される可能性があるため排他制御が必要になります。
image.png
実装上は主キーのみUpdateを実行することで行ロックをかけています。そのあとで再度数量を検索して計算を行います。
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?