Workflow Soluiton

 View Only
  • 1.  Symantec workflow

    Posted Aug 10, 2011 08:48 AM

    Hi,

     

    Have just setup a Symantec workflow in our company to manage a order process. We can't get it to work to read a field from the registry. We need to find out the computer name of the machine where the order form is filled in.

    Any one who know how to read the information using WMI or from the registry?



  • 2.  RE: Symantec workflow

    Posted Aug 10, 2011 08:50 AM

    Desparate for an answer



  • 3.  RE: Symantec workflow

    Posted Aug 10, 2011 09:10 AM

    There should be a Read Registry Value component in the SystemUtilities library (not loaded by default, you have to import it into your project).

    Unsure if this was part of WF 6, but it should fix your issue



  • 4.  RE: Symantec workflow

    Posted Aug 10, 2011 09:19 AM

    You can also use a GetComputerInfo component. It might be easier since it is a default component and returns the Computer Name as part of its datatype. The following image shows the different fields returned: