Mantengo una lista de acciones post-refresco que me gustaría tener cuando refrescamos una Sandbox.
Muchos de ellos son extraídos de la documentación de Salesforce.
- Disable Scheduled Apex Jobs
- Disable Outbound Messages or point them to QA server endpoints
- Reconfigure External Web Service calls for a non-production environment
- Disable Analytic Snapshots
- Get the new Sandbox Org ID and instance Id if required
- Remove the email suffix for required users
- Create any required users who don’t exist in Production
- Regenerate (or completely disable) Inbound Email Services
- Delete / modify entries in Remote Site Settings if you don’t want to perform certain callouts
- Disable «Big Deal Alert» on Opportunities – can be embarassing to send an email with «My awesome test Opp !!1» to CEO
- If you have managed packages with API keys (like FinancialForce) – ask their support teams to regenerate the keys
- If you have «power users» that will coordinate User Acceptance Testing – create entries in Delegated Administration area so they can «login as»
- If you want to see the «send an email» button on Activities related list or wonder why you don’t get any notifications from approval processes – set Email Deliverability to «All Email»
- Consider implementing SandboxPostCopy to automate steps in Apex after a sandbox is copied.
- Cargar datos maestros
- Replicar datos de Producción
- Ofuscar dastos que haya indicado el responsable como «sensibles»
Deja una respuesta