Skip to end of banner
Go to start of banner

Custom Processes

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 13 Current »

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.

Attributes

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

Method

Example

 Custom Processes
Custom 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>
  • No labels