Versions Compared

Key

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

...

NameDescriptionValue
idUnique Identifier.Any
nameA name that describes the process.Any
descriptionA description that describes the process.Any
methodsA set of methods3.5.2.x.1. .

Method

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>