I need customization to make 2 different Create Line From in 1 Window. The reason I need to make this because the security for our client because the behavior to take data is different from the original.
I have already read some suggestion in this topic Adempiere - How to design/call 2 CreateLinesFrom button in Same window
But still need the details, how I can do it properly?
Thanks
Resolved
This link will help https://groups.google.com/forum/#!topic/idempiere/MMGlpMunsLM
Summary from the link :
create
become createOther
ICreateFromFactory
become ICreateFromOtherFactory
and create
become createOther
Thanks