Design Considerations

A Search Domain is used to quickly and easily find data. It is not used to do reporting such as 'find all orders for this particular customer created in February'.

Try to consider the following rules when designing your search domains:

  1. If a LOB value has been changed you will have to Rebuild the index in order to include the new value.
  2. If a detail object (arrays and aggregates) has been changed (including attributes in those objects) Synchronize will suffice.
  3. If a referenced object has been changed you will have to Rebuild the index in order to include the new value.

See also:


This page is generated from IFS Developer Studio - for latest update, see help pages in the tool itself.