|
Group: Forum Members
Posts: 340,
Visits: 1.4K
|
Dustin,
The second option is close. I want to add the column to the datatable and be able to populate it like any other field on the business object, except it won't get saved. I don't need to populate the new field after filling the object.
Example: I want to add a boolean field to the internal datatable called 'cs_Processed'.
I want to be able to set the field cs_Processed = True as I process the rows somewhere in a update routine. After the update is done, I want to loop through the business object and check to see what rows were not processed correctly, cs_Processed = False.
Hope that helps clarify.
Thanks,
Tim
|