Showing related tags and posts across the entire site.
-
Reading the changes made in Micrososft dynamics Nav 5.0 document I have a two initial questions Job Queue – replaces job scheduler Is this going to be something the end user can setup, or will it now require the solution center to program it. As is the case with the NAS now, because the codeunit has...
-
I think we are all getting crossed lines here the biggest issue that I see is that SQL does not support flow fields. So they are instead generated on the fly with scripts, that aintaint ht eSIFT fields in seperate tables, and that does cause performance issues. It would be great if SQL incorporated SIFT...
-
@David I agree that in Navision the flowfields are indeed very powerful and useful. However, the way they have been implemented in SQL causes a lot of extra overhead when you are writing to the database. Each key which uses SIFT creates another table in SQL which needs to get updated via a trigger when...