Hi All,
I have implemented my own custom asset management.
I have a service provider for linked story.
I perform a 'Export selection' of a text story in InDesign.
Now, I do not get the storyRef in the following:
MYLinkedStoryServiceProvider::CanService(const IManageableAsset * asset)
{
...
UIDRef assetRef = ::GetUIDRef( asset );
UIDRef storyRef = Utils<Facade::IWorkgroupStoryFacade>()->GetStoryUIDRef( assetRef );
...
}
I get null. I have set up my own URI scheme and have implemented the resource handlers properly.
I get the storyRef above in CS3 but not in CS5.
What could be the reason? Can anyone shed light on this?
North America
Europe, Middle East and Africa
Asia Pacific