I have compiled all my customizations into a dll. 
 I have a situation where when the user deletes an Account, I need to check if the Account is a parent to other Accounts . If yes, then I should inform the user and stop the deletion. 
 I looked at Sage.SalesLogix.Entities.Account class and could not find any property or method that could give me this information. 
 Is there a way to find this information using the SLX API without having to access the db directly? 
   
 Any help is highly appreciated 
   
 Thanks 
 Neema 
    |