Hi all,
Does anyone see a problem with updating the 'Blocked' field in the Customer table using a SQL command directly on the database, rather than using C/Front?
We've analysed the SQL Server Profiler logs of setting the blocked status of a customer in NAV and then closing the customer record and noted that the only update statement executed was to update the blocked and last modified column. Additionally, we've done a data compare between a copy of the database before the flag was changed in NAV and after. Again, the only difference between the two databases being the blocked and last modified column.
Is there some C/Front trigger that doesn't exist in the database, but could possibly be triggered after updating the value? Are there any problems you know of as experts with doing this? Is there some audit trail that gets ammended (although we can't see that there is one being updated or added to)?
As a bit of added information, we plan on supporting this on Navision 4.0 and above.
Thanks for your time,
Brent Newbury
0
Comments
But that can always change with future versions.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
If anyone can see any potential problems please shout up. I don't necessarily want a solution. Just point out a possible flaw in my understanding.