Hi SDN,
Can we write our own custom function for Validation of the records.
Actually my requirment is
For a particular Account Group The value of the G/L Account must be in particular range and it must have a specific Length.
For Example:
IF( Chart of Account = CCA AND Account Group = ACG, G/L Account No >=100 AND G/L Account No <= 1000 AND LEN(G/L Account No) = 6, False)
Pls provide some valuable suggestion .