Add a New Crossover Domain

A crossover domain returns a value from a field in one application to a field in another application.

Prerequisite: Ensure that the SQL statements that you use in this procedure are valid. The application does not validate SQL statements.

To add a CROSSOVER domain:

  1. In the Domains table window, click Add New Domain and select Add New CROSSOVER Domain.

  2. In the Domain field, specify a name for the domain.

  3. Optional: In the Description field, type a short description for the domain.

  4. Define details for the CROSSOVER domain:

  5. In the CROSSOVER Domain table window, click New Row.

  1. Optional: Specify a group value and a key value to select an error message to display when domain validation fails. (You define values for error messages in the Database Configuration application.)

  2. In the Error Message Group field, specify the group value of the error message.

  3. In the Error Message Key field, specify the key value of the error message.

  1. Optional: To apply a domain to a specific organization or site, specify values in the Organization and Site fields. To allow access to users in all organizations and sites, clear all values from these fields.

  1. Select fields for the crossover domain:

  2. In the Crossover Fields table window, click New Row.

  3. In the Source Field list, select an attribute of the object that you specified in the Object field. This attribute represents the field that you want to return values from.

  4. In the Destination Field text box, specify the field that you want values to be returned to.

  5. Select the Accept NULL Value check box if you want to copy the value from the source field when the value of the target attribute is empty. This function overwrites the previous value.

  6. Select the No Overwrite check box if you want to copy the value of the source attribute when it is null.

  1. Optional: Specify conditions for the source object or the destination object, or both:

  2. In the Condition on Source field, select a condition or use the Conditional Expression Manager to build the condition for the source object of the crossover. The source object must meet the condition before the crossover occurs.

  3. In the Condition on Destination field, select a condition or use the Conditional Expression Manager to build the condition for the destination object of the crossover. The destination object must meet the condition before the crossover occurs.

  1. Click OK to add the crossover domain to the database.

Post-requisite: You must associate the domain to the attribute that you want the domain to be used with. Depending on how you want to use the crossover domain, there may be other post-requisite tasks, such as:

See Also

Crossover Domains

Domains (SP) application

Domain Post-requisites