[ solved ] Problem with mass edition - Printable Version +- CoreBOSBB (https://discussions.corebos.org) +-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17) +--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8) +--- Thread: [ solved ] Problem with mass edition (/showthread.php?tid=1195) |
[ solved ] Problem with mass edition - rslemer - 07-31-2018 When I tried editing many registry with mass edition button, and has a business map for validation a Lead Source ( I tested in Contacts ) system shows a validation error But all registry already a valid value in lead source RE: Problem with mass edition - Guido1982 - 08-01-2018 Could you share the business map? And the exact steps you take when you mass-edit? And the text of the error? RE: Problem with mass edition - rslemer - 08-02-2018 Sure <map> <originmodule> <originname>Contacts</originname> </originmodule> <fields> <field> <fieldname>leadsource</fieldname> <validations> <validation> <rule>notIn</rule> <restrictions> <restriction>--None--</restriction> </restrictions> </validation> </validations> </field> </fields> </map> Create new filter for select only registry I wish changed Click for select all registry Click in massedit button Selected only a field Assigned to ( changes I need .. ) Massedit shows each registry with a error message - not changed because Lead Source is invalid ... But registry already a valid leadsource -- and ok for single edition ... RE: Problem with mass edition - joebordes - 08-04-2018 Fixed: https://github.com/tsolucio/corebos/commit/9e611ef70be9c353dbaaea1d38d62ef6805d6b69 give it a try when you can Thanks! RE: [ solved ] Problem with mass edition - rslemer - 08-13-2018 Solved, thanks! |