you have indicated this in the past and we have tried to reproduce without success
can you activate full debug mode to see the queries and if they are faling?
03-26-2019, 02:18 PM (This post was last modified: 03-26-2019, 02:25 PM by rslemer.)
I think the problem is a map validation ...
Besides system not shows correctly, if any another filed is not pass in test, assigned to not changes too
For example, in another case, system shows a incorrect message in mass edit
03-26-2019, 04:41 PM (This post was last modified: 03-26-2019, 04:46 PM by rslemer.)
reproduced in leads
I created a business map for validation a phone number
If you try edit a single, system shows a correct error message
If you try edit in mass editing, system shows "saved" but not change a assigned to ...
<map>
<originmodule>
<originname>Leads</originname>
</originmodule>
<fields>
<field>
<fieldname>phone</fieldname>
<validations>
<validation>
<rule>regex</rule>
<restrictions>
<restriction>'^\(?\d{2}\)?[\s-]?\d{4}-?\d{4}$'</restriction>
</restrictions>
</validation>
</validations>
</field>
</fields>
</map>