Skip to main content
10-Marble
May 27, 2022
Solved

Reusable Attributes - URL to LAN folder

  • May 27, 2022
  • 2 replies
  • 1579 views

Hello, I'd create a new reusable attributes (type) to put a link to a file in share lan folder.

for examples:

\\test.com\data\temp\xxx.pfd

I done all but it doens't work, when I tri to click on oi, Windchill give me this error:

Alberto_0-1653650694468.png

 

How can I add an attributes with a link to open a PDF file?  

 

Best answer by HelesicPetr

Hi @Alberto 

Also check the article CS126137 and CS134794 

PetrH

2 replies

HelesicPetr
22-Sapphire II
22-Sapphire II
May 30, 2022

Hi @Alberto 

 

Check a final link that is opened. There would be prefix with server/Windchill/...

 

Try to use  "file://" in the beginning of the URL

 

Generally I had trouble to use OOTB URL attribute.

The OOTB behavior couldn't meet customer needs and could be difficult to use URL attribute to point an external storage that way.

 

I would use custom DataUtility which builds correct URL link for a user.

 

PetrH

HelesicPetr
22-Sapphire II
22-Sapphire II
May 30, 2022

Hi @Alberto 

Also check the article CS126137 and CS134794 

PetrH

Alberto10-MarbleAuthor
10-Marble
May 30, 2022

Thanks a lot for your answer 😉

Alberto10-MarbleAuthor
10-Marble
May 31, 2022

The only one limitation is that I need to use Internet Explorer (as mentioned in the CS134794). This is no good but I don't find another solution.