Re: Content rendring in communication event detail screen

2013-06-24 Thread parimal gain
; On Fri, Jun 21, 2013 at 5:33 AM, parimal gain >wrote: > > > Hi All, > > > > Do anybody have any idea, If I want to show the content only without html > > tag(source code of mail template), how can do this? > > > > Thanks > > -- > > Parimal >

Re: Content rendring in communication event detail screen

2013-06-21 Thread parimal gain
Hi All, Do anybody have any idea, If I want to show the content only without html tag(source code of mail template), how can do this? Thanks -- Parimal On Jun 21, 2013 9:47 AM, "parimal gain" wrote: > Hi All, > Can anyone clear my doubt... > On Jun 20, 2013 7:55 AM, &q

Re: Content rendring in communication event detail screen

2013-06-20 Thread parimal gain
Hi All, Can anyone clear my doubt... On Jun 20, 2013 7:55 AM, "parimal gain" wrote: > Hi All, > > While testing communication event I found, on communication event > detail page, content section displays the source code of associated > eMail template instead of the

Content rendring in communication event detail screen

2013-06-19 Thread parimal gain
Hi All, While testing communication event I found, on communication event detail page, content section displays the source code of associated eMail template instead of the original content. When I dig inside code I found that the content field has attribute encode-output="false". The xsd file has

Re: EntityAuditLog mapping with corresponding event(Service/Event)

2012-08-29 Thread parimal gain
s is no > Did you already trace how/when the userlogin is stored? Maybe you can > follow this way and do the same to an extended entities with the new fields > you require > Also maybe a look at ServerHitBin class could help... > > Jacques > > From: "parimal gain" &

Re: EntityAuditLog mapping with corresponding event(Service/Event)

2012-08-29 Thread parimal gain
Any information/help regarding this will be appreciated. Thanks in Advance. On Aug 27, 2012 11:58 PM, "parimal gain" wrote: > Hi All, > > When looking into EntityAuditLog table, it store the changed entity > name, change field name, old value, new value and user login

EntityAuditLog mapping with corresponding event(Service/Event)

2012-08-27 Thread parimal gain
then we have to make sure that the audit entity field not modified at entity level, even not through user having root privileges. If Answer of these two question is no then what will the best way to achieve both of this with OFBiz best practice. Thanks in Advance!!! -- Parimal Gain

How to setup ofbiz for reservation system

2012-03-23 Thread parimal gain
Hi All, I am looking for suggestions/inputs on how to model Ofbiz to sell reservation seats for an events. Lets take an example: There is an event "Bryan Adam Live Concert" which is happening in California on 05th April 2012 at 20)) HRS. The maximum seating capacity for this concert is 500. While

Re: Problem with CatalogServletUrl

2012-03-04 Thread parimal gain
elated because the commit was done later than this > email was sent. > > Jacopo > > On Mar 2, 2012, at 5:37 AM, Jacques Le Roux wrote: > > > Not sure it's related but see > http://svn.apache.org/viewvc?rev=1295029&view=rev > > > > Jacques > > >

Problem with CatalogServletUrl

2012-02-27 Thread parimal gain
Hi there is some discrepancies in CatalogUrlServlet I'm facing ie. when I am using <@ofbizCatalogAltUrl to prepare product/category url for my application its showing different behavior depends on the images availability rendering for the webpage. scenario : 1) When used <@ofbizCatalogAltUrl pro

Re: Need information on Visit entity

2012-02-16 Thread parimal gain
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" wrote: > Hi All, > There is a field named contactMech in Visit entity. At first look it s

Re: Need information on Visit entity

2012-02-14 Thread parimal gain
Hi all, Any update on this please.. On Feb 11, 2012 10:25 AM, "parimal gain" 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

Need information on Visit entity

2012-02-10 Thread parimal gain
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 purp

Re: Product display - expired categories are also pulled

2012-02-10 Thread parimal gain
Hi, You can use filterByDate() method of class EntityUtil.

Re: Replenish Level and Payment Id

2010-05-27 Thread parimal gain
Hello Surya, When a payment can not move to its previous status then we create a new payment corresponding to this payment and this new paymentId is used as replenishId in FinAccount. I am not sure about this and also didn't dig on detail. Need others view on this. Regards -- Parimal Gain

Re: How to remove a variable from the parameters context?

2010-02-03 Thread Parimal Gain
use this pattern value="${parameters.productCategoryId!}">${parameters.categoryName!} HTH Regards -- Parimal Gain Patrick wrote: How can I remove the variable "productCategoryId" from the parameters context? The reason I want to do this is because I

Re: How to make an inner join for a drop down?

2010-02-02 Thread Parimal Gain
Hello Patrick, If entity-options is not your constraint then you can use list-option for drop-down with the list prepared with all condition you need. Regards -- Parimal Gain Patrick wrote: How can I do a join for a drop-down? I need to drop down all categories from a specific catalog, so

Re: Order lookup with virtual productId

2010-01-27 Thread Parimal Gain
Hello Beejal You can use Product, ProductAssoc, and OrderItem Entity to find out the Orders related to variants of a virtual product. Regards -- Parimal Gain Beejal Kamdar wrote: Hello All, Is there any way I can look up orders of variants given a virtual productId. I have the productId

Re: How to show form field tool tip on mouse over

2010-01-08 Thread Parimal Gain
Hello Raj, One way to do this might be call javascript method from the form field and write necessary code that you want to display as tooltip within the method. You can call javascript method by following manner : Regards -- Parimal Gain On Fri, 2010-01-08 at 13:50 +0530, Raj Saini wrote

Re: attribute of a action service

2009-12-07 Thread Parimal Gain
Thanks Jacques :-) Regards -- Parimal Gain Jacques Le Roux wrote: Thanks Parimal! This question comes from time to time. I have added a word about using set in ECA section at http://cwiki.apache.org/confluence/x/M4Br. I have also formatted a bit and fixed a link. This also answer to

Re: attribute of a action service

2009-12-07 Thread Parimal Gain
mode="IN" optional="false"/>* *optional="true"/>* - - - Or attribute of "service1" will take value from "createPartyGroup". Regards -- Parimal Gain zhiyongcui wrote: I am wondering how to set the attributes of a eca's action servi

Re: ant clean-all is not working

2009-05-08 Thread Parimal Gain
The Revision no. I am working is revision 773160. -- Parimal Gain Parimal Gain wrote: Hello All, After taking update when I used ant clean-all, it is showing error BUILD FAILED /home/parimal/ofbiz_dev/testing/build.xml:50: The following error occurred while executing this line: /home

ant clean-all is not working

2009-05-08 Thread Parimal Gain
/testing/runtime/tempfiles/captcha The reason is that there is no *captcha* folder inside /runtime/tempfiles on which is defined in target *clean-data . *Regards -- Parimal Gain smime.p7s Description: S/MIME Cryptographic Signature