Formevents
Creating the codeunit
Make sure that p2eShared.jar is included in the project Create a new class that extends ...
LIST level event hooks
public String appendListPageHead() { return ""; } public String appendListPageFoot() { return ""...
ITEM level event hooks
public String appendItemPageHead() { return ""; } public String appendItemPageFoot() { return ""...
FILTER event hooks
Filters will help you build customized permission schemes. They are called for both LIST and ITEM...
Event firing details
Event firing global The following events are ALLWAYS fired beforeSelectList beforeSelectItem...