Autoincrement In ofbiz services

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Autoincrement In ofbiz services

mcarumugam
I can accomplish auto increment in java through this snippet , delegator.getNextSeqIdLong("AutoIncreId") but when i need to implement through ofbiz services (services.xml) any solution welcome.