Kozure Ohashi
25th August 2009, 12:26
Dear Baanboard,

we want that the user recieves a message if he is login to a specific company e.g. 100.

The message should be like "Attention: This is master data company".

Is it possible with baan methods or with linux to popup a message only for the specific company.

System is: BaaN IV SP 19 / Oracle 10g / Linux SLES 64 Bit.
User is using the GUI

Thanks in advance.

Kozure

zacharyg
25th August 2009, 13:54
There is only a system wide messaging that can be activated.

But you can develop this functionally by creating a baan program which checks the company value and reads whether messaging ist activated for that relevant company and display a message.

Use the following sessions to setup the configuration so that the session is loaded during login:
1. "Maintain Session Groups (ttaad2107m000)"
2. "Maintain Startup Session (ttaad2106m000)"
3. "Maintain User Settings (ttaad2105m000)"

Kozure Ohashi
25th August 2009, 14:41
Dear zacharyg,

thanks for your solutions!

I defined all the data and used a customized session, displaying a form (type 4).

Is this ok, because nothing is started after loging.

Regards,

Kozure

Hitesh Shah
25th August 2009, 17:54
Did u convert to runtime . It's must.

Kozure Ohashi
25th August 2009, 18:17
Yes convert to runtime was done.

But without effect.

I found now the following solution:

(1) 3gl script (checking compnr = 100, if yes zoom.to new session.
(2) This new session displays a form containing some information.

This is activated within ttadv4188m000:

Mask:
new session code

Session/Object:
3gl object

Add Mask:yes
Boot: yes

Convert to runtime.

It works.

Thanks for your help.

Regards,

Kozure