Thank you in advance to anyone whom has any suggestion.
ISSUES
I would like to ask for any work around you know to do the following:
1. change default order to "order alphabetically by name" for the Email Template List (small) Layout?
2. edit the Email Template List (small) layout, and delete the user assigned column?
3. set the search box for Email Templates List (small) view to search only in the name of the Email Template, and not the subject of the email?
We are able to change code (php, json, javascript) if needed to obtain the needed result, but since we are just starting with EspoCRM we do not yet understand where to do the needed modifications.
WHY THIS WOULD BE IMPORTANT TO US
We use a lot of templates in my team, but the most used ones are just the top 10.
As such, we would like to order the templates in a smart way, from the most used one, to the least used one.
So we thought: why not to put a number before the template, and than order alphabetically?
Es.
0. First Template
1. Second Template
2. Third Template
and so on.
Now, we figured a few problems with this approach:
We truly appreciate any help you could give us!
Warmest Regards,
Jacopo
ISSUES
I would like to ask for any work around you know to do the following:
1. change default order to "order alphabetically by name" for the Email Template List (small) Layout?
2. edit the Email Template List (small) layout, and delete the user assigned column?
3. set the search box for Email Templates List (small) view to search only in the name of the Email Template, and not the subject of the email?
We are able to change code (php, json, javascript) if needed to obtain the needed result, but since we are just starting with EspoCRM we do not yet understand where to do the needed modifications.
WHY THIS WOULD BE IMPORTANT TO US
We use a lot of templates in my team, but the most used ones are just the top 10.
As such, we would like to order the templates in a smart way, from the most used one, to the least used one.
So we thought: why not to put a number before the template, and than order alphabetically?
Es.
0. First Template
1. Second Template
2. Third Template
and so on.
Now, we figured a few problems with this approach:
- EspoCRM remembers the last ordering used in the Email Templates Edit view, but not in in the Email Template selection view:
- If you click on Email -> Email Templates, order is kept in the list view
- if you compose an email and click on the small arrow symbol "^" in order to select a template , ordering is always "by creation date"
- for some reason, the List layout and List (small) layouts are not editable from the Layout manager for Email Templates
- if you put a number in font of the template, search functionality stops working unless you split the check in Administration -> Settings -> General -> "use 'contains' when filtering varchar values". Yet this brings its own problems:
- if we search for a word, it seems that templates that contain that word in the subject of the message are also listed, and search is not done only in the Email Template "name" field
- this means that many extra templates are listed in our case, because most our templates subjects are similar
- I know we could just search by number since we use template names like "0. Template name", but team members that are not accustomed with the arbitrary numbers give to each template will be confused by this. I also feel this may not be the way this functionality is supposed to work, since looking for the subject of the email does not seem very helpful, at least in our use case.
We truly appreciate any help you could give us!
Warmest Regards,
Jacopo
Comment