0 How to replicate a Block from one dev environment to another 1 Terry Rugg posted 10 Years Ago Before we start figuring this out... has anyone done any work on a reusable way to replicate a block from one dev environment to another (keeping the same GUIDs)? We can generate SQL insert scripts, but they'll include record IDs which are possibly different in another environment. Ideally the solution would accomplish 2 things: 1) generate the required SQL insert script for all the related tables (based on pointing it to a single Block table record). 2) in the destination environment, read the existing record IDs and generate appropriate new ones for the records to be inserted. Or is there some easier way to copy a Block?