Hi all,I've got a problem with a TeamSite form.The customer is asking to modify a TeamSite form adding a new container.I know that old DCRs won't work fine if I modify the form in this way.Is there a way to have a "backward compatibility" with the old DCT format for the old DCRs?Thank you very much for your help.Best regards.
function foo(item) { var xitem = item.getName().replace(/y$/, "x"); ...}
function foo(item) { var xitem = item.getName().repalce(/y$/, "z/x"); ...}
Thank you all for your suggestions.- Ghoti: we must add a new container that is going to surround pre-existing fields.We are building a new perl code to modify the existing DCRs. Best regards