How to use TESTFIELD in Microsoft Dynamics Navision.



TESTFIELD is one type of validation function. This function is generally used to validate any filed value.

Syntax: Record.TESTFIELD(Field,[Value]);

Here if you pass value =”” then it make validation like don’t allow to left field to be blank, user have to write something to this field.

Comments

Popular posts from this blog

How to get column value from the selected row in data grid in wpf c#.net

How to make and use web service in Microsoft Dynamics Navision.

How to use Format function in Microsoft Dynamics Navision.