Update content/BCPatterns/event-bridge-pattern/index.md
Co-authored-by: Christian Bräunlich <sundowneffect@gmail.com>
This commit is contained in:
parent
15c06bd0b2
commit
49e20f6e72
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ codeunit 50407 "Scale Wrong" implements IScale
|
|||
|
||||
## Description
|
||||
|
||||
To mitigate this problem, we can work with a new, dedicated, isolated, codeunit, with publish events to be able to raise them from different places.
|
||||
To mitigate this problem, we can work with a new, dedicated and isolated codeunit, with publisher events to be able to raise them from different places.
|
||||
|
||||
```AL
|
||||
codeunit 50406 "IScale Triggers"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue