This commit is contained in:
2021-03-09 23:02:15 +00:00
parent cafe5ad39d
commit 41723ffb11

View File

@@ -1041,7 +1041,7 @@ Tags
*****************
How do I "see" ALL possible tags so I as an end-user can pick an existing tag OR so I can see the format of how tags are entered in my company (i.e. my company might use a prefix PC for a Part Cateogry or a DZ for a dispatch zone, or enter dispatch zone names by main street instead of east/north etc - and a supervisor won't want to have to manually sit with each staff and tell them what to do, thinking it should be intuitive...)
[not a feature currently. If it was, where should it be and how should it work?]
[not a feature currently. What are your thoughts on what is should look like and where it would go?]
***Issue - Unable to have NO tags on a part:
If try to delete the existing single tag assigned to a part, it "looks" like it is gone after initially saving, but if go out and back in (after saving) the tag is still there.
@@ -1063,15 +1063,14 @@ For example, if going to use zones as a tag, then ONE zonex tag for specific typ
[those tags and all sample data right now are for development testing purposes only, not intended to be the final data people will see when evaluating. More meaningful data will need to be made for actual end user purposes. Duplicate tags in completely separate things like parts and customers is actually an important feature of tags for cases where an end user needs to categorize many different types of things similarly so there should be some kind of sensible duplicate to show that, just need a good example people understand.]
Where can I as an end-user see ALL tags? what if I wanted/needed to remove/edit the same tag everywhere can't I do so from a list of available used tags - i.e. tag "blue" no longer used, want it removed from everything?
[not a feature currently. If it was, where should it be and how should it work?]
[not a feature currently. What are your thoughts on what is should look like and where it would go?]
**************
ATTACHED FILES
*************
Is this as expected? Every object EXEPT memos have ability to have attached files via its Wiki (even Reminders) EXCEPT for memos.
[Yes this is expected, you can only attach to an object with an ID and a memo doesn't have an ID until after it's sent. There's no practical way around this limitation. (Attachments are the only thing not stored with the parent record).
A workaround if needed could be to attach file to another object then mention it in the message]
[Yes this is expected, you can only attach to an object with an ID and a memo doesn't have an ID until after it's sent. There's no practical way around this limitation. (Attachments are not stored with the parent record but separately so they need an id of an object to attach to). A workaround if needed could be to attach file to another object then mention it in the message]
****************