EADeleteFromAnotherServer
This document was generated using Claude.ai
Overview
Deletes entities from remote Nama ERP servers through web services to maintain data synchronization across multi-server environments.
When This Action Runs
Manual or automated execution during delete operations to remove entities from secondary/backup servers after local deletion.
How It Works
- Validates entity and checks document cancellation status
- Creates web service client for remote server connection
- Authenticates using provided credentials
- Sends delete request to remote server's entity service
- Processes response and handles errors
Parameters
Parameter 1: Other Server URL (Required) - Complete URL to remote Nama ERP server (e.g., https://erp-backup.company.com/)
Parameter 2: Login ID (Required) - Valid user login with delete permissions on remote server
Parameter 3: Password (Required) - Authentication password (hashed before transmission)
Parameter 4: Delete Even Documents (Optional) - "true"/"false" to control cancelled document deletion (default: false)
Database Tables Affected
- Local Server - Read-only access for entity data construction
- Remote Server - Target entity table deletion with related records and audit logs
Module: core
Full Class Name: com.namasoft.commonservices.utils.EADeleteFromAnotherServer