Data Controls Implementation Guide

Data Controls Implementation Guide

Adding User Exits

The example below shows user exit overrides for a Person subject area and HM configuration.
  • The
    name
    attribute in the
    sagUserExits
    and
    saUserExits
    elements refers to the name of the subject area group and subject area in the IDD application configuration.
  • The usage of the
    userExits
    element is the same as in the IDD application configuration.
<?xml version="1.0" encoding="UTF-8"?> <userExitsConfig xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="test" xsi:noNamespaceSchemaLocation="./
siperian-bdd-config-6.xsd
"> <sagUserExits name="Party"> <saUserExits name="Person"> <userExits className="com.siperian.bdd.userexits.sample.SaveHandler"/> <userExits className="com.siperian.bdd.userexits.sample.CustomActionProvider" actionName="Launch CustomActionProvider from BDC"/> </saUserExits> </sagUserExits> <hmUserExits uid="Default|Master" orsUid="Test"> <hmRelationshipTypeUserExits uid="HM_RELATIONSHIP_TYPE.employes"> <userExit className="com.siperian.bdd.userexits.sample.HMRelationshipHandler"/> </hmRelationshipTypeUserExits> <userExits className="com.siperian.bdd.userexits.sample.GraphUserExit" actionName="BDC Graph Action"/> </hmUserExits> </userExitsConfig>

0 COMMENTS

We’d like to hear from you!