RE: getPaymentAppliedBd

2007-11-21 Thread [EMAIL PROTECTED]
David Thanks, I finally get this. Skip -Original Message- From: David E Jones [mailto:[EMAIL PROTECTED] Sent: Friday, November 16, 2007 2:44 PM To: dev@ofbiz.apache.org Subject: Re: getPaymentAppliedBd In this method call "ToPaymentApplication" is a relationship name, ma

Re: getPaymentAppliedBd

2007-11-16 Thread David E Jones
In this method call "ToPaymentApplication" is a relationship name, made up of a prefix and the entity name. For more info see: http://ofbiz.apache.org/docs/entity.html What kinds of log entries are you seeing? -David On Nov 16, 2007, at 3:12 PM, [EMAIL PROTECTED] wrote: In PaymentWork

getPaymentAppliedBd

2007-11-16 Thread [EMAIL PROTECTED]
In PaymentWorker.getPaymentAppliedBd() near line 280 I find this code: paymentApplications = payment.getRelated("ToPaymentApplication"); There is no ToPaymentApplication entity that I can find. Is this something that should be removed or is there some plan to do something really cool. It also