GENERAL DESCRIPTION |
This DBIA documents hard setting of the 'ID','WRITE'
node for a multiple in the ORDER DIALOG file. We would like to make this a
generic request, however, for OE/RR to set 'ID','WRITE' nodes as apporpriate.
The only alternative to hard setting this node is to send the entire DD of a
file out. Within a patch, sending the whole file can create an unnecessarily
large distribution which can cause us to move to an HFS file rather than
exporting the build via the National Patch Module.
The specific instance that generated this DBIA sends out post-installation
code in routine ORY46 as follows:
; -- Reset ID WRITE node for Items
S ^DD(101.412,0,"ID","WRITE")="N OR0,ORNM S OR0=^(0) I $P(OR0,U,2) S
ORNM=$P($G(^ORD(101.41,+$P(OR0,U,2),0)),U) D:$L(ORNM) EN^DDIOL(ORNM,,""?
10"")"
|