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

GMRC75P.m

Go to the documentation of this file.
  1. GMRC75P ;DAL/PHH - POST INSTALL ;8/6/14
  1. ;;3.0;CONSULT/REQUEST TRACKING;**75**;DEC 27, 1997;Build 22
  1. ;
  1. Q
  1. ; Documented API's and Integration Agreements
  1. ; ----------------------------------------------
  1. ; 6081 $$CREATE^XUSAP
  1. ;
  1. POST ; Create Proxy User
  1. N GMRCPRXY,GMRCDUZ
  1. S GMRCPRXY="HCPS,APPLICATION PROXY"
  1. Q:$O(^VA(200,"B",GMRCPRXY,0))
  1. S GMRCDUZ=$$CREATE^XUSAP(GMRCPRXY,"")
  1. ;
  1. I GMRCDUZ>0 D Q
  1. .D BMES^XPDUTL("*****")
  1. .D MES^XPDUTL("'"_GMRCPRXY_"' user successfully created.")
  1. E D
  1. .D BMES^XPDUTL("*****")
  1. .D MES^XPDUTL("Error - '"_GMRCPRXY_"' user not added.")
  1. Q