tap268
10th June 2003, 23:54
Is it possible to broadcast a message only to normal users(not super) when Baan starts?
NPRao
11th June 2003, 00:45
Please complete your user profile with regards to the Baan software version, Database software and OS version. This will help other members when diagnosing your problem.
You can make a 3-GL and add to the session - BMS Mask Data - ttadv4188m000.
In the 3-GL you can use the predefined variable -
string user.type$(1) 4R Current type of user.
Possible values are:
S super user
N normal user
to check if the user type, if super user exit else run in background. Then use the BMS messages (http://www.baanboard.com/programmers_manual_baanerp_help_functions_interprocess_communication_bshell_bms_messages_sample_programs) to send messages to all the normal users.
so what is your exact requirement :confused: