Hi everyone,
I’ve created some user defined relation types using DQL ex:-
create dm_relation_type object set child_parent_label = ' ',
set parent_child_label = '',
set description = 'user review for a document '
set parent_type = ‘dm_document’
set child_type = 'dm_user'
set direction_kind = 0
set integrity_kind = 0
set relation_name = 'doc_review',
set security_type = 'NONE'
But when I am trying to create new relation from that relation using Webtop I can’t see the customized relation. The only relation type exists is Peer (the default relation type).
Could any one help me to view the customized relation type using Webtop?
Note: - I’m using DC6.5 sp2