Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Panel
nameblue

Common Processes

The root element that includes a set of the module’s common processes (create, view, edit, delete).

...

Custom files must not include this element when extending a release module. The element is consisted of at least one <process> sub-element.

Attributes

NameDescriptionValue
idUnique Identifier.Any
nameA name that describes the process.Any
descriptionA description that describes the process.Any
methodsA set of methods.

MethodMethods

Example

Expand
titleCommon Processes
Code Block
themeEclipse
languagexml
titleCommon Processes
<commonprocesses>
	<process>
		<id>CREATE_PREPAID_BILL_RUN</id>
		<name>Create Prepaid Bill Run</name>
		<description>Create a new Prepaid Billing Run record.</description>
		<methods>
			<method>
				<ejbname>CRMUIPrepaidBillingRun</ejbname>
				<methodname>createButton</methodname>
			</method>
		</methods>
	</process>
	...
</commonprocesses>