We use Regular Expressions every single day!
You can easily search and replace anything you want. Like adding an additional parameter to the transferfields-method in your application, which will take care moving data from Business Central 14 to Business Central 18.
Search for this:
.Transferfields\((.*)\);
and replace by this:
.TransferFields($1,false);
![](https://static.wixstatic.com/media/96eaf6_7bb271ab61e742f186f38d66cff6eb03~mv2.png/v1/fill/w_980,h_266,al_c,q_85,usm_0.66_1.00_0.01,enc_avif,quality_auto/96eaf6_7bb271ab61e742f186f38d66cff6eb03~mv2.png)
Happy Coding!
Comments