Workflow Soluiton

 View Only
  • 1.  Search and Use Asset Information

    Posted May 06, 2010 04:52 PM
    I need to create a Webform to select a Configuration Item to Request.

    How to proceed to select a Item from CMDB and load this information in a grid.

    I need a sample to make this.


    Thanks.



  • 2.  RE: Search and Use Asset Information

    Posted May 07, 2010 07:44 AM
    Unsure exactly of what items you need, but you could
    1. fetch the items previously in the stream via one of the generated Symantec ASDK/Resource components (usually if the name GetAll*)
    2. in the grid of your form, select the datatype to display to be the output type of the previous component
    3. make the Items for the grid be the array output by the previous component.


  • 3.  RE: Search and Use Asset Information

    Posted May 07, 2010 03:50 PM
    Do you have any sample? video?

    I am having problems to make this. Its necessary to create a Integrarion Library with generated Symantec ASDK/Resource?

    Can you help me?


  • 4.  RE: Search and Use Asset Information

    Posted May 10, 2010 01:21 PM


    The above is a real quick and dirty example. I have a Create SMP credentials component pointing to the SMP I want to connect to, followed by a GetAllComputers component (this is "canned" and doesn't have to be regenerated), and then a Form Builder component with a simple grid. In the Grid, I have the data tpye hooked up to "AltirisOutput7.Computer", and from there I can add the items to be the result set of the GetAllComputers component:


    This is what the project outputs on run: