Qare Internals
    SQL Tables
    Schema
    Plugins
    API
 Site Map
 
deleteRemote
 
 QareApplications
        AppDir
        ChangePassword
        Count
        CreateAccount
        Delegation
        DelegationDisplay
        DeleteRemote
        HelloWorld
        Inbox
        Login
        Logout
        Pending
        Ping
        Refresh
        Register
        RemoteAccount
        UserGroups
 

This application displays the list of remote systems where a user has an account, alongwith the opening date of that account on the respective systems.Here user can select either one or more rows/systems and can delete those remote accounts as per choice.


Schema or Table Usage
remoteaccount processdelete schema. When a user delets his remote account, the deactivation message is defined using this schema.
remoteAccount The application deletes the entries of the remote account from this table when the deactivation message is send out.
Delete Remote Overview