0
    
    
        
                    maristides created
                    
                    
                    
                
                HI,
I have extended the user entity by adding a new field. Now, i want to extend the user functionality. When a user is created/updated/deleted i want to perform some actions based on the value of the extra field already added. I am currently using the account module as nuget package. How can i extend the user functionality to achieve the above requirement?
1 Answer(s)
- 
    0Hi @maristides, You can override the services for achieving your business logic. https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services 
 
                                