Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
In our medical app I created a shared method in our of our base classes that I pass over a DataTable, expected field, and field type. It then ensures that the column exists within the DataTable so that if a query is not performed, yet I have code expecting that field to have been returned from the query, I do not get an error. This way I can use it across BOs, etc.
|