Skip to main content
1-Visitor
March 17, 2014
Solved

Relationship Constraint for WTPartUSageLink soft type

  • March 17, 2014
  • 2 replies
  • 1505 views

Hi.

I have soft type of WTPart and soft type of WTPartUsageLink.

How can i specify my link soft type while adding one part to structure?

I cann't create relationship constraint for my link soft type, only for WTPartUsageLink. Where and what do i need set in settings to enable this option?

Thanks.

Best answer by VasiliyRepecki

I set wt.part.allowMultipleUsageLinkTypes to true with the following command:

xconfmanager -s wt.part.allowMultipleUsageLinkTypes=true -t codebase/wt.properties -p

Now i able to set parent and child constraints for my UsageLink soft type.

But "Insert Existing" action in Structure is broken now. I cann't add any exisiting part because searching is not working.

2 replies

VasiliyRepecki1-VisitorAuthorAnswer
1-Visitor
March 18, 2014

I set wt.part.allowMultipleUsageLinkTypes to true with the following command:

xconfmanager -s wt.part.allowMultipleUsageLinkTypes=true -t codebase/wt.properties -p

Now i able to set parent and child constraints for my UsageLink soft type.

But "Insert Existing" action in Structure is broken now. I cann't add any exisiting part because searching is not working.

1-Visitor
March 19, 2014

Resolved.

Previously i have added child part soft type to wt.typepickerexclude/wt.part.WTPart property.

I removed it and "Insert Existing" is working fine now. Action creates usage link soft type i need.