Difference between revisions of "Codeunit/Pagecontent"
Jump to navigation
Jump to search
old>Admin (Created page with 'PageContent is activated by suuplying the name of the class in a command Example http://..../.../main?com.acme.tempusserva.MySpecialPage Supported methods are public …') |
old>Admin |
||
Line 1: | Line 1: | ||
PageContent is activated by suuplying the name of the class in a command | PageContent is activated by suuplying the name of the class in a command | ||
Example | Example for the codeunit MySpecialPage | ||
http://..../.../main?com.acme.tempusserva.MySpecialPage | http://..../.../main?com.acme.tempusserva.MySpecialPage | ||
Note that is is only possible invoke classes that inherits the CodeunitPagecontent class | |||
Supported methods are | Supported methods are | ||
public String execute( Command command, Security user, Hashtable parameters ); | public String execute( Command command, Security user, Hashtable parameters ); |
Revision as of 10:23, 25 February 2013
PageContent is activated by suuplying the name of the class in a command
Example for the codeunit MySpecialPage
http://..../.../main?com.acme.tempusserva.MySpecialPage
Note that is is only possible invoke classes that inherits the CodeunitPagecontent class
Supported methods are
public String execute( Command command, Security user, Hashtable parameters );