I'm using NAV 5.0 SP1, maybe it's a bit outdated compare with NAV 2009 ( ...we're using that version because of a particular add-on module made by a third party company, Pebblestone, and they're not yet ready, as of today (2010-02-08), to release their module updated and compatible with NAV 2009 ).
Again, thanx
Pebble stone do some funky stuff with how they launch their html based configurator. If I remember correctly there is a trigger in the sales line table that can launch this. This would indicate that the Sales Line Table and the Subform are modified.
I would look again, since I think Daniel is correct in that your tables/forms are not standard. Compare the version numbers against a cronus database.
I want to make Validation on Status Field on Sales Order.
When I moving One Sales Order to Another I am Checking Sales Order Status = Released and IF Status is not Released then
It will Give an error and After that user can change Status = released
But When I got error and after pressing ok then sales order form is closed I dont want to close Sales Order Form.
and I also put message instead of error but through message sales order is not closed but record move to next record. This i dont want to do.
Comments
Pebble stone do some funky stuff with how they launch their html based configurator. If I remember correctly there is a trigger in the sales line table that can launch this. This would indicate that the Sales Line Table and the Subform are modified.
I would look again, since I think Daniel is correct in that your tables/forms are not standard. Compare the version numbers against a cronus database.
use OnQueryCloseForm() with message() and exit(false), instead of error()
I want to make Validation on Status Field on Sales Order.
When I moving One Sales Order to Another I am Checking Sales Order Status = Released and IF Status is not Released then
It will Give an error and After that user can change Status = released
But When I got error and after pressing ok then sales order form is closed I dont want to close Sales Order Form.
and I also put message instead of error but through message sales order is not closed but record move to next record. This i dont want to do.
Thanks..............
"Never memorize what you can easily find in a book".....Or Mibuso
My Blog