Skip to main content
1-Visitor
August 20, 2012
Solved

object ID of the EPMDocument

  • August 20, 2012
  • 7 replies
  • 6373 views

Hello,

could you please someone help me to get the Object ID of the EPMDocument from EPMDocument table using query builder?

Thanks in advance..

Best answer by JohnDavid

Hello Nick,

Thanks for your reply. Actually i tried EPM Document, Persist Info, Object Identifier, Id.

That returned some number, However it is not object Number.

I will try EPM Document, Persist Info, Object Identifier.

I am using Windchill 9.0 M080.

7 replies

1-Visitor
August 22, 2012

Try Attribute, EPM Document, Persist Info, Object Identifier, Id
This will return the number part of the identifier
Or skip the last step, use Object Identifier to return as wt.epm.EPMDocument:310682810

This works on Windchill 9.1

JohnDavid1-VisitorAuthorAnswer
1-Visitor
August 22, 2012

Hello Nick,

Thanks for your reply. Actually i tried EPM Document, Persist Info, Object Identifier, Id.

That returned some number, However it is not object Number.

I will try EPM Document, Persist Info, Object Identifier.

I am using Windchill 9.0 M080.

1-Visitor
August 23, 2012

Hi John,

I fell into that trap then, thought it was too easy.

I've given you what is known as the Object Identifier according to the Windchill API.

Just answered the question, not sure what you wanted it for.

So my next question is, which value you are looking for?

The EPMDocument number is given by Number

The CAD Name is given by File Name

Anything else, perhaps you could clarify.