Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
error on mass edit
#1
I try changed with mass edit contacts assigned to a single user to a group

System not show any error, but assigned not is changed too

=(


Attached Files Image(s)
       
Ranieri
eCRM Web
Reply
#2
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?
Joe
TSolucio
Reply
#3
How I actiaved full debug mode ?

in log4php.properties - change to DEBUG ?

because, I don't see in log any message ...
Ranieri
eCRM Web
Reply
#4
http://corebos.com/documentation/doku.php?id=en:devel:debuging#php
Joe
TSolucio
Reply
#5
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

a single edit, works ...


Attached Files Image(s)
   
Ranieri
eCRM Web
Reply
#6
Please reproduce it in the online demo
Joe
TSolucio
Reply
#7
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>
Ranieri
eCRM Web
Reply
#8
I've been thinking, otherwise it would be interesting an option for bulk editing to allow changes without these validations

In this case, for example, I need to move the records to another team

As they are historical, old base, one or another field, no longer passes the current tests
Ranieri
eCRM Web
Reply
#9
I found a problem!

Because in mass editing, all fields is checked for business map again, and if has any problem, system not changed

Suppose you has a BM for check a phone syntax and you execute a mass editing for change a user assign, is a very common situation

But system not changed a user assign to a new user, because, in this example, phone number not correct ...

Is possible setting a BP for execute a check only when field in question is changed?
Ranieri
eCRM Web
Reply
#10
yes, you can do that
i'll put it on our endless list of things to do
Joe
TSolucio
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)