Thank you for your Response Ondrus. I was able to place things in a where condition as "GlobalObjects.CustomTables["OMAG.Customers"].Items.Where("ItemID = " + Advanced.ContactInfo.OMAGUserRelationID)[0]["ParentDealerID"]". However I am trying to validate if the value contains null or not and when I use
"if (GlobalObjects.CustomTables["OMAG.Customers"].Items.Where("ItemID = " + Advanced.ContactInfo.OMAGUserRelationID)[0]["ParentDealerID"] != null) and it doesn't do anything. I know I am missing something.