In SAP Business One, Sometimes we set value UDF matrix with this way.
But, it’s have many weakness, such as slow (if you have more than 1 value to set) and if this column is disable we can’t directly set value with this way we must enable the column first. Because of that, we can use SetCellWithoutValidation as the alternative way.
This alternative way is faster than before, because it’s run from background and doesn’t have problem although the column is disabled.
Also read: