Wiki

Scale Your Enterprise

User Tools

Site Tools


bw:b1_messages

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 "manager" user (UserId 1).  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 basic query to prepare to send a message will be something like this.
  
 <code> <code>
Line 10: Line 10:
 where t0.UserID = 1 where t0.UserID = 1
 </code> </code>
 +
 +In this case the message will go to the "manager" user (UserId 1).
 +
 +<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.
 +</WRAP>
 +
  
 The mapping for the message has two components: the message and the recipients.  The mapping will look like the following images. The mapping for the message has two components: the message and the recipients.  The mapping will look like the following images.
bw/b1_messages.1588623070.txt.gz · Last modified: 2020/05/04 16:11 by runger