06-08-2011 12:48 PM
Hi All-
This seems weird, but what is the command to delete a row of a CustomSubEntity?
I see CustomEntityManager.DeleteCustomEntity, but isn't this for delete the entire entity and not just a row?
Sorry it's probably such an easy question. I just can't seem to find the answer.
06-08-2011 02:32 PM
Sorry, brain fart. Please ignore.
Here's the answer for the 2 (or fewer) guys who know less than me:
CSEMgr = ActFwk.CustomEntities.GetSubEntityManager(Of Act.Framework.CustomEntities.CustomSubEntity)(ActFwk.CustomEntities.GetCustomEntityDescriptor("Quotes Orders"))
CSEMgr.DeleteCustomEntity(CSE)