|
Hi All,
There is a field named contactMech in Visit entity. At first look it seems that this is to store the contact information for a visitor who visited the site. But in current system this field is not storing any value although visits information is stored. So can anybody explain the exact purpose of this field and what will be the value to be stored with respect to anon and registered user, also is this is only a dummy field or it is functional in current system. Thanks in advance!!!!!!!!!! |
|
Hi all,
Any update on this please.......... On Feb 11, 2012 10:25 AM, "parimal gain" <[hidden email]> wrote: > Hi All, > There is a field named contactMech in Visit entity. At first look it seems > that this is to store the contact information for a visitor who visited the > site. But in current system this field is not storing any value although > visits information is stored. > So can anybody explain the exact purpose of this field and what will be > the value to be stored with respect to anon and registered user, also is > this is only a dummy field or it is functional in current system. > Thanks in advance!!!!!!!!!! > |
|
Hi Parimal,
Currently till 1104 there is no code support available in the system for contactMechId field of Visit entity. As per the purpose of the Visit entity, it will store the user's postal contactMechId or may be email contactMechId purely based on your requirement. It should be only used when the user is register, in the same fashion the userLoginId and partyId values persist in the system. The reason behind not in used is if you have the partyId/userLoginId wrt to visit then you can easily fetch all other information of the party. Using this field for any purpose is fine but before doing it, must think once that we already have mapping of other related fields in the same entity. HTH! -- Rishi Solanki Manager, Enterprise Software Development HotWax Media Pvt. Ltd. Direct: +91-9893287847 http://www.hotwaxmedia.com On Tue, Feb 14, 2012 at 7:48 PM, parimal gain <[hidden email]>wrote: > Hi all, > > Any update on this please.......... > On Feb 11, 2012 10:25 AM, "parimal gain" <[hidden email]> wrote: > > > Hi All, > > There is a field named contactMech in Visit entity. At first look it > seems > > that this is to store the contact information for a visitor who visited > the > > site. But in current system this field is not storing any value although > > visits information is stored. > > So can anybody explain the exact purpose of this field and what will be > > the value to be stored with respect to anon and registered user, also is > > this is only a dummy field or it is functional in current system. > > Thanks in advance!!!!!!!!!! > > > |
|
In reply to this post by parimal gain-2
Thanks Rishi, this makes clear I was only concern that this is already
implemented in ofbiz, but not implemented then its up to me of customization. On Feb 11, 2012 10:25 AM, "parimal gain" <[hidden email]> wrote: > Hi All, > There is a field named contactMech in Visit entity. At first look it seems > that this is to store the contact information for a visitor who visited the > site. But in current system this field is not storing any value although > visits information is stored. > So can anybody explain the exact purpose of this field and what will be > the value to be stored with respect to anon and registered user, also is > this is only a dummy field or it is functional in current system. > Thanks in advance!!!!!!!!!! > |
| Free forum by Nabble | Edit this page |
