Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Routine: DG53463

DG53463.m

Go to the documentation of this file.
  1. DG53463 ;ALB/RMM - Mail Group Utility ; 2/03/03
  1. ;;5.3;Registration;**463,1015**;Aug 13, 1993;Build 21
  1. ;
  1. ; This post-install routine will add the user who is performing the
  1. ; install of Patch DG*5.3*463 to the MT INCONSISTENCIES Mail Group
  1. ;
  1. EN ; Get the IEN of the mail group distributed in this patch
  1. N DGENDA,DATA,ERR
  1. S DGENDA(1)=$O(^XMB(3.8,"B","MT INCONSISTENCIES",""))
  1. ;
  1. ; Quit if the user has already been added to the mail group
  1. Q:$D(^XMB(3.8,DGENDA(1),1,"B",DUZ))
  1. ;
  1. ; Add the user to the MT INCONSISTENCIES Mail Group
  1. S DATA(.01)=DUZ
  1. I $$ADD^DGENDBS(3.81,.DGENDA,.DATA,.ERR)
  1. ;
  1. Q