EAMakeCreationDateInValueDate
This document was generated using Claude.ai
Overview
Synchronizes document creation dates with their value dates while preserving the original creation time, ensuring date consistency without losing timing information.
When This Action Runs
Date synchronization for DocumentFile entities requiring creation date and value date alignment.
How It Works
- Validates value date exists on document (skips if missing)
- Compares date portions of creation date and value date
- Extracts original time from creation date for preservation
- Combines value date with original creation time
- Updates creation date with synchronized datetime maintaining time precision
Parameters
No Parameters Required - This action requires no configuration
Database Tables Affected
- DocumentFile Creation Date - Updates creation date field with synchronized date/time preserving original time
- Document Date Consistency - Ensures creation date and value date have same date portion
- Self-Contained Operation - Changes isolated to target document only
Module: core
Full Class Name: com.namasoft.infor.domainbase.util.actions.EAMakeCreationDateInValueDate
Related Actions:
- EAMakeCreationDateAlwaysBefore - Ensures creation time is before specified hour
- EAMakeCreationDateAlwaysAfter - Ensures creation time is after specified hour
- EAMakeCreationDateAlwaysBetween - Ensures creation time falls within specified hour range