Customization of pickList services

2010-10-31 Thread Shereen
Hi All I changed in the order flow a little and therefore now I have to do some customization in the picking process My flow goes as follows I've added an attribute in the customer party called require prepayment this indicates if the customer should make down payments in the his orders or

Re: bsh or groovy in services

2010-10-31 Thread Shereen
hi all Can I now integrate write groovy in minilang as the bsh? if so how? the same way e call bsh? -- View this message in context: http://ofbiz.135035.n4.nabble.com/bsh-or-groovy-in-services-tp152367p3020941.html Sent from the OFBiz - User mailing list archive at Nabble.com.

Re: Customization of pickList services

2010-10-31 Thread BJ Freeman
you first have to decide how your going to do life cycle of you changes against future updates from ofbiz. if you are going to want to upgrade as some point then you should follow the patterns used in ofbiz. = BJ Freeman Strategic Power Office with Supplier Automation

Re: bsh or groovy in services

2010-10-31 Thread BJ Freeman
minilanq is xml Groovy is more java. they are not compatible. if you asking if you can call a groovy file from minilanq like bsh call-bsh![CDATA[org.ofbiz.commonapp.product.product.KeywordSearch.induceKeywords(newEntity);]]/call-bsh then use script instead of call-bsh. for future if you have a

RE: Issues Creating Entities in Ofbiz from existing Schema

2010-10-31 Thread Adrian Crum
You would create entity definitions for your external tables (each table would be an entity). Assign those entities to a unique group-name by including them in an entity-group.xml file. Add the new group-name to the group-map element in entityengine.xml file and you are ready to go. You can

Re: bsh or groovy in services

2010-10-31 Thread Jacques Le Roux
From: BJ Freeman bjf...@free-man.net minilanq is xml Groovy is more java. they are not compatible. if you asking if you can call a groovy file from minilanq like bsh call-bsh![CDATA[org.ofbiz.commonapp.product.product.KeywordSearch.induceKeywords(newEntity);]]/call-bsh then use script instead

Re: bsh or groovy in services

2010-10-31 Thread BJ Freeman
Thanks I spaced on that one. Jacques Le Roux sent the following on 10/31/2010 10:37 AM: = BJ Freeman Strategic Power Office with Supplier Automation http://www.businessesnetwork.com/automation/viewforum.php?f=52 Specialtymarket.com http://www.specialtymarket.com/

Re: bsh or groovy in services

2010-10-31 Thread James McGill
So are you saying that the script tag can be used in minilang SimpleMethods just like it is used in Screen actions? I wish there was an example, but in 9.04 at least the only examples are Screens, Forms and Menus. -- James McGill Phoenix AZ

Re: bsh or groovy in services

2010-10-31 Thread BJ Freeman
as Jacques said, using a autocomplete XML editor helps. or read the docs in the xsd. James McGill sent the following on 10/31/2010 12:25 PM: So are you saying that thescript tag can be used in minilang SimpleMethods just like it is used in Screen actions? I wish there was an example, but in

Re: Issues Creating Entities in Ofbiz from existing Schema

2010-10-31 Thread Jacques Le Roux
Yes, BJ explained it in details at https://cwiki.apache.org/confluence/display/OFBIZ/Handling+of+External+data Jacques From: Adrian Crum adrian.c...@yahoo.com You would create entity definitions for your external tables (each table would be an entity). Assign those entities to a unique

Re: ofbiz JAR Files

2010-10-31 Thread Santosh Singh
*Hi Dear, *Are you using ofbiz project? then it is already available there in *.java files. like for import org.ofbiz.core.entity.GenericEntityException this is available in.. ../framework/entity/src/org/ofbiz/entity/GenericEntityException.java If any thing else then pls describe it and may also