This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DisableRequiredFields_SPItems_BeginTransformation_V2 & DisableRequiredFields_SPItems_EndTransformation_V2 Transform Question

​We have been using these in one set of migrations where we migrate individual sites. If required field errors are generated we run an incremental using these transforms as needed. Our next migration is big bang and will involve 255 sites. We won't have the luxury of evaluating logs and rerunning. In looking at errors involving these scripts we notice that they need to be configured at the item level which would be a performance killer. We want to be sure it needs to be this way, Logic says that it would be better to operate at the Lib level.

 

1.) Make lib ContentType all fields non-required

2.) Migrate lib contents

3.) Reset lib ContentType back to original state

 

We assume Yogi wrote it at the item level for a  reason but wanted to be sure we understood before proceeding.

 

Thanks,

Doug