Getting the Url of a Object (Say IItem) or an attachment programmatically
I have a requirement where I need to programmatically get a Agile PLM Object say Item and then gets its URL and then paste the same to a email and send it to User. Does any one have a idea how i can programmatically get the URL of a Object?
Here is how one can do
1 Set agile host address to variable [Agile_Host].
2 Set value to variable [Class Id] by API “IDataObject.getAgileClass().getSuperClass().getId().toString()”
3 Set value to variable [Object Id] by API “IDataObject.getObjectId().toString()”