ContributionsMost RecentMost LikesSolutionsComplex flat file issue I have a vendor that cannot customize a flat file to include any kind of variable data to determine the import period. The best they can manage is give me two trial balance amount columns- current m...SolvedCheck to see if an object (lookup table) exists I am modifying a business rule that uses the entity name to search a similarly named (Entity_Acct_Description) table and return a value. I want to verify that the table exists before attempting the ...Re: Check to see if an object (lookup table) exists Thanks! I had thought about the exception but was hoping for something more preemptive. That should work with any set of objects though. I'll probably try both and see which works better here.