Community_OccupEmail configuration setting

Modified on Sun, 19 Apr at 11:43 PM

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.

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article