I’m using Nav 5.0 Sp1 (Native).
I have added some fields in Sales Comment Line Table and created a form RM sheet on it.
I’m opening this RM sheet Form (Card Type) through Sale Order Line and enter some data. This form is opened against per Sale Line.
But my problem is that everyone can go to next via NEXT button and enter some thing.
I want that RM sheet Form should be opened always against Line No. 10000
Is there any way to stop the NEXT button in this form?
You could set a filter on the RM Sheet form (I assume this is a custom form) to line no. 10000. If you use filtergroup the user will not be able to change this.
If it’s a card form (as per first post) and you do not want to navigate away with the next button then add a message ( even a comment will do it) in the OnNextRecord trigger. Be warned this will limit the functionality of the form.