Versions Compared

Key

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

Custom Processes

The root element that includes a set of custom processes implemented for a module. Such elements are not included in the release CRMConfig file as they are always part of custom configuration files. Use such elements only for custom functionality for which security access rules should be defined.

...

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
titleCustom Processes
Code Block
themeEclipse
languagexml
titleCustom Processes
<customprocesses>
	<process>
		<id>SAVE_DEFINITION</id>
		<name>Save Definition</name>
		<description>Save a Financial Transaction Definition.</description>
		<methods>
			<method>
				<ejbname>COMPANYUIFinancialTransactionDefinition</ejbname>
				<methodname>saveButton</methodname>
			</method>
		</methods>
	</process>
</customprocesses>