Actions
Bug #1367
closedTask 21581: Copias Certificadas: Notificación OAT 1812
Status:
OAT: Pass
Priority:
Normal
Assignee:
Category:
-
Target version:
Start date:
02/24/2026
Due date:
% Done:
0%
Estimated time:
Updated by Estefany Santiago Trinidad 3 months ago
- Target version changed from TPI Admin | Asuntos PROD | May-2026 to TPI Admin | Bugs | May-2026
Updated by Estefany Santiago Trinidad 2 months ago
- Target version changed from TPI Admin | Bugs | May-2026 to Copias Certificadas | Asuntos Adicionales | apr-2026
Updated by Jorge Pacheco 2 months ago
- Status changed from Not Started to In Progress
Updated by Jorge Pacheco 2 months ago
Para añadir tipo notificación
INSERT INTO SUMACCertifiedCopyDocumentType(
Code,
DescriptionEN,
DescriptionES,
CreateDate,
CreatedBy,
ModifiedDate,
ModifiedBy
)
VALUES (
3,
'Notification',
'Notificación',
'2026-03-27 14:11:57.310',
'BA188E4A-E2B5-45F3-9835-32C94121C00E',
'2026-03-27 14:11:57.310',
'BA188E4A-E2B5-45F3-9835-32C94121C00E'
)
Updated by Jorge Pacheco 2 months ago
Para añadir columna de NotificationId
ALTER TABLE SUMACCertifiedCopyDocument
ADD NotificationId INT
ADD CONSTRAINT fk_NotificationId
FOREIGN KEY (NotificationId)
REFERENCES SUMACNotification(NotificationId);
Updated by Miguel Gonzalez about 2 months ago
- Status changed from In Progress to Test Internally
Updated by Miguel Gonzalez about 2 months ago
- Status changed from Test Internally to OAT: Pass
Actions