-
Find the internal name of the “aspect table”
select i_attr_def from dmc_aspect_type where object_name = ‘your aspect name’ -
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
0 responses so far ↓
There are no comments yet...Kick things off by filling out the form below.