• Anonymous
  • Login
  • Register
OpenNTF Mail Experience - Feature Request: Make it possible to set "Owner" to an Mail-In Name


Currently the mailfile does not let you change the name of the Mailfile Owner in the preferences to an Mail-In Name. Former version of ONTF Mailfile made that possible, but not the latest 8.0.x versions. The code which still works is this here in the field validation of the "Owner" field on the calendar profile:
---
xxNO_OWNER:="No owner has been specified for this mail file";
@If(Owner = "" ;@Failure(xxNO_OWNER);@Success)
---
instead of
---
xxNO_OWNER:="No owner has been specified for this mail file";
xxNO_HIER := "The owner's name must be entered in hierarchical format, because the current user's ID is hierarchical (current ID is " + @Name([Abbreviate]; @UserName) + ").";
@If(Owner = "" ;@Failure(xxNO_OWNER);
@Contains(@LowerCase(@UserName); "cn") & !@Contains(@LowerCase(owner); "cn"); @Failure(xxNO_HIER);
@Success)
---

As input enabled is guarded with via policy, this is only relevant for admins anyway...



Taken Actions by Owners

No actions have been taken yet.


In this field you can enter the actual request.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.
In this field owners can describe what they have done or want to do.

You can use the rich text editor for rich text formating. You can also enter HTML to embed objects, e.g. to embed a YouTube video or a screenshot of the project. In this case use '[' and ']' to mark the passthrough HTML as such.

Please note that the first time you use the new UI your description is converted from rich text to MIME. You might want to copy and paste the raw plain text from the old UI in the new UI so that you don't loose information.