Keys
Key |
Value |
---|---|
1 |
System |
2 |
Default |
3 |
Community |
4 |
OccupEmail |
Description
The Community:OccupEmail configuration setting is used to generate an email address for the community member.
Default value
The default value is SELECT ID + '@yourschool.com' FROM dbo.Community WHERE Community.ID = @ID.
Setting a different value
Click to type in a new select statement.
Note: This select statement can use any database tables and field names to identify a person uniquely and must return a single string value with the '@DNS' string appended. For example, @yourschool.com.
Tip: You can check that the email address is unique using the OccupEmail:ForceUniqueCheck configurations setting. See OccupEmail:ForceUniqueCheck configuration setting.