Creating a Stand Alone Project in VBS
Summary:
Hi experts!
We currently have a single main VBS project for HCM that is used for any changes that will go into PROD.
We have a requirement to create a new VBS project that can be used for development teams to be able to develop and test fixes or enhancements.
We want this VBS project to be stand alone with the ability for changes to be published in our DEV1 environment but NOT used for publishing into PROD.
This is to avoid any clashes with BAU where changes are being deployed to PROD on a more frequent basis.
We would however like the many business rules that exist in the main VBS PROD project to be visible within the new DEV VBS project, so the development team are not working from scratch when working on fixes or enhancements.