Fixed: Allow limited set of characters as reference id - used for filter condition
-
In what context is this used @prasad? I have a customer who uses the "&" character quite a lot in text fields, company names, and list filter names etc. Is this going to restrict its use at all?
-
@lord_alan - This does not restrict usage in create/edit. ID values are hardended when it comes from UI. When filter is setup for reference field (ex: Tickets - Organization Name) (text) is usually used.
Limited set of character is allowed. (condition like starts with, contains can be used)
-
@prasad So let's say there is a company called "A & B Security Ltd". If this Organisation is then a reference field, will filters with some thing like:
Starts With: "A & B"
Still be supported?
-
-
This commit - b45941ec - now hardens reference field (parent_id) to be keyword allowing safe-label or number. id field will be CRMID or WSID or UUID format.
thanks @lord_alan for active watch.
Edited by Prasad