Video Screencast Help
Search Video Help Close Back
to help
Not able to make it to Vision this year? Get a sampling in the Best of Vision on Demand group.

Creating Assets using Workflow 7?

Created: 20 Apr 2011 | 3 comments
BenS's picture
0 0 Votes
Login to vote

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

reecardo's picture
20
Apr
2011
0 Votes 0
Login to vote

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.

BenS's picture
20
Apr
2011
0 Votes 0
Login to vote

Thanks. Are there web service

Thanks.

Are there web service calls for resource associations available?

reecardo's picture
20
Apr
2011
0 Votes 0
Login to vote

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