Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Page Properties
Linkhttps://appexchange.salesforce.com/listingDetail?listingId=a0N30000000q5oPEAQ
PricingFrom US$2000/year http://www.prodly.co/pricing/
5 Users / YearFrom US$2000/year
Description

Moves data from Prod to Sandbox or Prod to another Prod

Change Sets for Data - I like that tag line.

...

  • Set the UI Setting to enable updates to records with inactive owners before deploying. 
  • Actually - make sure all your records are owned by active users anyway, or you may get this error OP_WITH_INVALID_USER_TYPE_EXCEPTION:Operation not valid for this user type:-- and it looks nasty http://salesforce.stackexchange.com/questions/24390/mysterious-op-with-invalid-user-type-exception-operation-not-valid-for-this-use    
  • Wait a while after you create a sandbox to start deployment or you will get a 503 error
  • Change the layout of the Deployment Results page to display Deployment Batch and Deployment Record Results in reverse DateCreated order, so you can refresh and keep an eye on what's going on

Issues

Setup

  • It doesn't give you correct error messages until you go to deploy it. 
  • Bug? I have two fields on Campaign named Start Date (yeah, I know, I didn't set it up). The custom fields do not show. is this because it is just reading the metadata based on Label and not duplicating the fields? 
    • Yes! that is exactly what it is. I renamed the standard Start Date and End Date to XStart Date and XEnd Date and now the custom Start and End dates appear. PLEASE display fields based on API Name not Label. 
  • It doesn't seem to like dates with GMT offsets  eg 2015-01-01T00:01:01+10:00 ERROR at Row:1:Column:70 line 1:70 mismatched character '+' expecting set null

...