
You can create dependency to business objects or another application service. This way you specify that an application service needs to use the interface of another application service or business object node.
with the quick info text Add Dependency.Your application service custom code can use an inherited method that references the dependent service. CAF automatically has generated a convenience method for easy access to the dependency service (for example, getBONodeService() ) so that you do not need to look up the service yourself.
To remove a dependency, select it and choose
with the quick info text Delete Dependency.