By default in Employee Training Management and Event Management all enrollments also display a username in their title. However, if you wish to remove this username you can do so by following this simple guide.
Firstly you need to create a new column by going to the list settings and then clicking on Create column.
When creating the column you should selected the Calculated option.
Then you should enter the following formula in the formula field:
=REPLACE(Title,FIND(” – “&[Full Name],Title),LEN(” – “&[Full Name]),””)
Make sure that the Add to default view option is selected and click on OK to create the new column.
It will initially appear as the final column, but you just need to modify the view to change this.
Deselect the old “Title” column to remove it from the view and then change the position of the new column “Enrollment Title” to 1.
Save this and the usernames have now been removed from the enrollment titles.
I hope you found this guide useful. If you have any problems or any other questions, please send an e-mail to support@sapiens.at or post a comment.