Hi,
I have a table GeneralJournalAccountEntry (Module Reference - Application Suite).
Also I have an extension class "GeneralJournalAccountEntry_Extension" (Module Reference - Application Suite) of same table GeneralJournalAccounEntry.
How can i customize the methods in class extension "GeneralJournalAccountEntry_Extension"?
Regards,
Piyush
*This post is locked for comments
I have the same question (0)It depends on what you mean by "to customize the methods". You can extend the class with additional methods, you can add code running before or after existing methods and so on. You can find detail in documentation.