Creating Assets using Workflow 7?
Created: 20 Apr 2011 | 3 comments
With Asset 7, there was no way to create assets programatically. Using Workflow 6.5 and NS 6, we could create assets, but I don't that ability was granted in 7.
Using workflow 7 and Asset 7, is there a way to create assets or can this be done in 7.1?
Thanks
Discussion Filed Under:
Comments
If you have an SMP with Asset
If you have an SMP with Asset installed, you can use the generated resource components to attempt to create Assets. If the resource components that get delivered in the install don't have any asset types present, you'll have to "regenerate" the components using the resource generator.
There's also some handcoded Resource components in the resource library. You might be able to use the Create Resource for SMP in this library.
Thanks. Are there web service
Thanks.
Are there web service calls for resource associations available?
Here's a nsampling of some of
Here's a nsampling of some of the routine in the resource model service (the resource generators use a combination of these methods to build components):
CreateNewResource
DeleteResource
FormAssociation
GetAssociatedChildResources
GetAssociatedParentresources
GetDataClassesForResourceType
GetRelationshipsForResourceType
GetResource
GetResources
RemoveDataClassFromResource
RemoveResourceFromGroup
SaveDataClass
SaveResource
Would you like to reply?
Login or Register to post your comment.