In a large organisation very much users make often use
of Web Financials.
There are several moments (month-closing, year-closing,
planned application-upgrade) that the administrator may
want to inform the community.
This enhancements will make it possible for the admin to
set a extra message in the existing admin-messages
screen, which will be shown on the welcome-screen
when a user logs on.
The message will be saved to the meta_text table in an
extra column.
Login Message at Welcome Screen
Logged In: YES
user_id=1133657
Installation instructions:
1. Unzip 1094891.zip to a working-directory
2. Launch \datawarehouse\1094891.sql with MS SQL Query
Analyzer or isql
to add a column to table MultiMart..Meta_Text to hold the
login-message
3. Copy \loginmessage\webfinancials\index.cfm to
c:\inetpub\wwwroot\webfinancials
Replace the existing file
4. Copy
\loginmessage\webfinancials\mmadmin\wf_admin_prop_messag
es.cfm to
c:\inetpub\wwwroot\webfinancials\mmadmin
Replace the existing file
5. Copy
\loginmessage\webfinancials\mmadmin\wf_admin_prop_post_m
essages.cfm to
c:\inetpub\wwwroot\webfinancials\mmadmin
Replace the existing file
6. Login with Admin and choose
configuration=>properties=>messages.
You see a box for the login-message. Write a text in it and
save changes.
Note:
If you don't see the extra textbox at this time you may have
to restart Cold Fusion Application Server.
In that case the old template (cfm-file) is stored is memory.
Memory is cleanup at a restart of the CF-service.
7. Launch Web Financials and you see the message at the
welcome screen.
End of instructions