Development Function Security Hook
The jadeDevelopmentFunctionSelected user-supplied hook function is called whenever a specific development task is requested.
The user name from the log-on screen, the task requested, and the entity against which the task is requested are passed to this function.
The jadeDevelopmentFunctionSelected function has the following format.
int JOMAPI jadeDevelopmentFunctionSelected(const Character *userName,
const Character *taskName,
const Character *entityName);
The jadeDevelopmentFunctionSelected function returns the following values.
| Value | Description |
|---|---|
| 0 | The user has access |
| Non-zero | The user has no access, and the routine failed |
