This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
bw:b1_messages [2020/05/04 16:11] runger created |
bw:b1_messages [2020/05/04 16:14] (current) |
||
|---|---|---|---|
| Line 2: | Line 2: | ||
| SAP Business One messages can be created using DI API. These messages are displayed in the Incoming Messages area in Business One. | SAP Business One messages can be created using DI API. These messages are displayed in the Incoming Messages area in Business One. | ||
| - | The basic query to prepare to send a message will be something like this. In this case the message will go to the " | + | The basic query to prepare to send a message will be something like this. |
| < | < | ||
| Line 10: | Line 10: | ||
| where t0.UserID = 1 | where t0.UserID = 1 | ||
| </ | </ | ||
| + | |||
| + | In this case the message will go to the " | ||
| + | |||
| + | <WRAP center round help 60%> | ||
| + | It is also important to know that the user must have an email defined in Business One, even if the message is strictly internal. | ||
| + | </ | ||
| + | |||
| The mapping for the message has two components: the message and the recipients. | The mapping for the message has two components: the message and the recipients. | ||