Workflow Soluiton

 View Only
  • 1.  Working in Testing and Production

    Posted Aug 21, 2015 10:22 AM

    Just wondering how you guys all handle developing processing in testing enviroment then moving them to production.  

     

     

     

    Thanks 



  • 2.  RE: Working in Testing and Production

    Posted Aug 21, 2015 01:38 PM

    i typically do my development on a dev server and then publish to production from the dev server when ready.



  • 3.  RE: Working in Testing and Production

    Posted Aug 21, 2015 04:18 PM

    An Application Profile on PM that store testing vars/prod vars is also extremely helpful. Just flip the profile used in your project to get the variables repointed.



  • 4.  RE: Working in Testing and Production

    Posted Aug 24, 2015 01:53 AM

    Ah - reecardo makes a fine point.  



  • 5.  RE: Working in Testing and Production

    Posted Aug 24, 2015 09:11 AM

    The main thing is that hard coded values are in general "bad" in your flows... things get overlooked getting moved from environment to environment. You should be using project properties or profile values whenever appropriate for test vals/prod vals.