-
-
[quote user="Wassim Kattan"]I was asking about if UserID WIN can take over all the history of the UserID SQL Let'S say I have an employee called John Smith. His SQL UserID is JS, his Windows UserID is Smith WHen I print out a report for John's department, I will get many activities with JS as the UserID and others as Smith. Is there a way to tell Navision (SQL command maybe or a tool) that everything that had JS as UserID should now be replaced with Smith UserID? [/quote] Its pretty
-
Since its not a standard Navision error message, I just assumed you got the error message wrong sorry. This means it must be custom code, or maybe some localization error. You will need to use the debugger to find it or talk to who ever wrote the code. In any case, there is no point asking about custom code unless you can give some back ground to what the modification is supposed to do.
-
Without knowing what the error message is, it's all just guess work. But maybe you will get lucky.
-
[quote user="Amol"] By default 10 Free tables comes with Customer License. Check if any object id is free and then you can use that. Range 50000 to 50009 [/quote] Is this something new? Or maybe specific to an Indian license?
-
It might help to know what he error message is. It sounds like you have a number series issue, but your explanation is somewhere between confusing and wrong.
-
Jorge, the server is NOT language specific, so you can install a W1 server and connect to your database no problems.
-
In database B create a view that points to the record in Database A. Then create a Table that points to an external database linked to this view.
-
[quote user="neel"] DetailTaxEntry.SETFILTER("Tax %",'=%1',TaxPrcnt);[/quote] Try DetailTaxEntry.SETFILTER("Tax %",'%1',TaxPrcnt); or DetailTaxEntry.SETrange("Tax %",TaxPrcnt);
-
[quote user="Erik P. Ernst"]In the example CAT1 could mean that additional properties for the item could be SIZE, COLOR and QUALITY, where CAT2 could be TUBE LENGTH, TUBE WIDTH, COLOR. [/quote] So in this case you need to create flow fields for SIze, Color and Quality. Then if you choose Cat1 the flow field for Color will be Red and you can filter on this.