Hi Brenden Kehren,
Now the issue is fixed. Thank you for your quick response. Any ways I have added like below in add validation section for particular filed of table.
Ex: TT.states is my code name for table
foreach (i IN GlobalObjects.CustomTables["TT.States"].Items) {
if (i.StateName== StateName.Value ) {
return false;
}
}
return true;