Field Dependencies
Use this dialog box to specify field dependencies.
Fields without relations are deleted after relations have been found.
- Import Relations
 - Use this check box to enable or disable the import of field relations.
 - Analyze pre conditions in Function Usage
 - Table fields might be present in the pre condition part of the DLLUsage / FunctionUsage. If this check box is selected, those fields are taken into account.
 - Analyze Implemented field hooks
 - 
           If this check box is selected, the field hooks in the DAL script are analyzed for relations. 
           
- Analyze Depth
 - 
             Allowed values:
             
- 1 or higher: if it is possible to find relations in sub-functions in other scripts, structured searching is performed for finding relations.
               
The depth here is the depth of scripts.
 - 0: only the content of the hook itself is taken into account for finding relations.
 
 - 1 or higher: if it is possible to find relations in sub-functions in other scripts, structured searching is performed for finding relations.
               
 - Ignore Arguments of dal.set.message⦠calls
 - 
             If this check box is selected, arguments of these functions are not taken into account for finding relations: 
             
dal.set.messagedal.set.info.messagedal.set.error.message
 
 - Analyze existing dependencies (field.depends.on statements)
 - If this check box is selected, the previously defined field dependencies are taken into account. Only new dependencies are added.
 - Update DAL Script
 - This check box determines whether the DAL script should be updated.