CoreBOSBB
Field email counter Read - 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: Field email counter Read (/showthread.php?tid=421)

Pages: 1 2


Field email counter Read - rslemer - 09-12-2016

Is possible any automation with this field?

Filter? Workflow?

In vtiger not is?

At coreBOS has any improvement for that?


RE: Field email counter Read - joebordes - 09-13-2016

I had a look at this to recover context because I remember we did fix things there. I made a few more changes and you can now use the access count on filters, reports and workflows

http://corebos.org/documentation/doku.php?id=en:email_tracking

you will have to update your code and apply changesets


RE: Field email counter Read - rslemer - 09-14-2016

update thru coreBOS updater?


RE: Field email counter Read - joebordes - 09-14-2016

http://corebos.org/documentation/doku.php?id=en:devel:corebosupdater


RE: Field email counter Read - rslemer - 09-14-2016

Sorry, i don't understand you.

System is up to date, but this field not is displayed.

I test with online demo too.


RE: Field email counter Read - joebordes - 09-14-2016

I see the access count field everywhere in the online demo
please review your code


RE: Field email counter Read - rslemer - 09-14-2016

At http://corebos.org/demos/corebos/ ?

At filter? not is possible display field and include this field in filter conditions ...


RE: Field email counter Read - joebordes - 09-14-2016

Are we talking about the same field? I really see the email access count everywhere it should be.
What are you looking for?


RE: Field email counter Read - rslemer - 09-15-2016

(09-14-2016, 02:47 PM)joebordes Wrote: Are we talking about the same field? I really see the email access count everywhere it should be.
What are you looking for?

I talk about this field ( image attached )


RE: Field email counter Read - joebordes - 09-15-2016

When you are on a module you can only access fields that are on that module or on a module related directly. For example, on a contact, you can access all it's fields and all the fields of the account that it is related to. You cannot access fields with a "many" relation, like invoices or opportunities of that contact.
The same happens with emails, given one lead you can have many emails, so you can't use any field of the email in lead filters or workflows.
You have to work with the email module. Go to the emails module and you will see that you can filter on the access count field there, because that field belongs to that module.