Workflow Soluiton

 View Only
  • 1.  Creating Assets using Workflow 7?

    Posted Apr 20, 2011 11:14 AM

    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



  • 2.  RE: Creating Assets using Workflow 7?

    Posted Apr 20, 2011 11:18 AM

    Thanks.

    Are there web service calls for resource associations available?



  • 3.  RE: Creating Assets using Workflow 7?

    Posted Apr 20, 2011 11:31 AM

    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.



  • 4.  RE: Creating Assets using Workflow 7?

    Posted Apr 20, 2011 11:41 AM

    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