Say Scheveningen

How to index a qualifiable aspect attribute

November 20, 2008 · Leave a Comment

  1. Find the internal name of the “aspect table”
    select i_attr_def from dmc_aspect_type where object_name = ‘your aspect name’
  2. Make the index
    execute make_index with type_name='the returned i_attr_def value', attribute='your attribute name'

    Note that the attribute name in this context is unqualified – you don’t precede it with the aspect name and a period.

Hat tip: Venkat

Categories: bof

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment