Methods

/wiki/spaces/CRMR3/pages/1504295

Describes the EJB name from which the method is called, and the method name.

Attributes

NameDescriptionValue
ejbnameThe name of the EJB in which the method is implementedAny
methodnameThe name of the method that is triggered as it is specified in the code (the name of the method as in the method’s signature)Any

Example

 Method
Method
<method>
	<ejbname>CRMUIContactInfoDefinition</ejbname>
	<methodname>editButton</methodname>
</method>