VBCS service end points
Content
Hello,
we have VBCS application ( it is not studio and we do not have DevCs) that talks with ERP and OIC.
Now, in design ( development ) phase, it talks with ERP DEV and OIC DEV.
If we want to move application to Stage ( then it will have to talk to ERP Test and OIC Test.
If we move to Live then it will talk to ERP Prod and OIC Prod.
Is it possible to edit and make the Service Connection changes after moving to Stage and Prod so they point to correct end-points ?
Also, if we move application to stage and do some testing and find some defects in vbcs application then how do we bring application back to DEV to make fixes ? I see, it just migrates upwards ( Dev --> Stage --> Live ) . If we cannot bring it back to DEV for fixes then what shd be the strategy ? ( One strategy could be in DEV you always right click VBCS app MyApp and create a Duplicate and stage Duplicate. If any defects in stage then you fix those defects in the MyApp application in DEV and then