Hi,
we use BC OnPrem and we have a special field in several tables (Sales Line + Sales Shipment Line + Sales Invoice Line) that currently has the Integer data type and is integrated into many pages, reports and codeunits. Now it is necessary that we also have to record decimal numbers here.
To change the data type I would like
- Save the current values for this field in a separated table
- Change the data type of this field using ForceSync
- Write the separate saved values back into the tables.
Is it correct that with this procedure (via ForceSync) only the contents of this one field are deleted in the tables? And can I therefore safely do it as described above?
Or is there another danger lurking here? Since I've usually only worked with Synchronize so far, I'm a little unsure what effect this might have when using ForceSync.
kind regards
Ralf