DigitalPost: Difference between revisions
| (4 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
==UMS Configurator settings== | ==UMS Configurator settings== | ||
This setting can be attached to a Web setting or a Template. | |||
[[File:DigitalPost Settings.png|frameless|505x505px]] | [[File:DigitalPost Settings.png|frameless|505x505px]] | ||
| Line 7: | Line 9: | ||
===Admin servers=== | ===Admin servers=== | ||
Choose the admin server created here [[AdminServers/DigitalPost|Adminservers/DigitalPost]] | Choose the admin server created here [[AdminServers/DigitalPost|Adminservers/DigitalPost]] | ||
=== '''Fallback to private mail''' === | |||
If sending to Digital Post fails then it will try to send to private mail. | |||
=== Keep log === | |||
Choose how many days the Digital Post log is kept. | |||
===Template welcome settings=== | ===Template welcome settings=== | ||
| Line 13: | Line 21: | ||
'''Confidential''' | '''Confidential''' | ||
As the | As the message contains sensitive data, you can choose not to show the setting on UMS Web's Digital Post log. Check the box if the information should be kept confidential. | ||
==== '''Message''' ==== | |||
Choose the welcome letter to send.. | |||
''' | |||
==== '''Days before start''' ==== | |||
Please select how many days before a user should receive the message. The sending date will be calculated from the '''Current Education StartDate'''. if '''Current Education StartDate''' does not exist then start date of the users first activity will be used. | Please select how many days before a user should receive the message. The sending date will be calculated from the '''Current Education StartDate'''. if '''Current Education StartDate''' does not exist then start date of the users first activity will be used. | ||
| Line 44: | Line 50: | ||
<nowiki>-----------------------------------------------------------------------------------------------</nowiki> | <nowiki>-----------------------------------------------------------------------------------------------</nowiki> | ||
'''At creation''' | ==== '''At creation''' ==== | ||
Check this box if the message should be sent when a user is created in Active Directory. | |||
== Template Setting == | |||
[[File:DigitalPost TemplateSetting.png|frameless|922x922px]] | |||
== Web Setting == | |||
[[File:DigitalPost WebSetting.png|frameless|913x913px]] | |||
=== Access Group === | |||
Only members of this group will have access to send Digital Post | |||
==FAQ== | ==FAQ== | ||
Latest revision as of 11:49, 26 March 2026
UMS Configurator settings
This setting can be attached to a Web setting or a Template.
Description
Insert a name or description for the setting
Admin servers
Choose the admin server created here Adminservers/DigitalPost
Fallback to private mail
If sending to Digital Post fails then it will try to send to private mail.
Keep log
Choose how many days the Digital Post log is kept.
Template welcome settings
This setting is only used when running user creation in AD.
Confidential
As the message contains sensitive data, you can choose not to show the setting on UMS Web's Digital Post log. Check the box if the information should be kept confidential.
Message
Choose the welcome letter to send..
Days before start
Please select how many days before a user should receive the message. The sending date will be calculated from the Current Education StartDate. if Current Education StartDate does not exist then start date of the users first activity will be used.
You can find the start date it calculates from by using the SQL statement below in SQL Server Management Studio. Remember to replace 'Username' with the user.
-----------------------------------------------------------------------------------------------
Select DateAdd(Day, 0, IsNull( (Select Top 1 Current_Education_StartDate From Students Where (studienr = '<Username>') And (Current_Education_StartDate Is Not Null) Order By convert(datetime, EnrollmentDate, 105) ASC), (Select Top 1 Convert(datetime, StartDato, 105) From Students Where (studienr = '<Username>') And (IsNull(Startdato, ) <> ) Order By convert(datetime, startdato, 105) ASC ))) As SendStartTime
-----------------------------------------------------------------------------------------------
At creation
Check this box if the message should be sent when a user is created in Active Directory.
Template Setting
Web Setting
Access Group
Only members of this group will have access to send Digital Post

