Internal/External Reference Parameter Security

Do internal and external reference parameters inherit the parameter security it is tied to? for instance does REQ_SP have the same parameter security of CAS_IN_D since it is an internal reference. REQ_SP is not in the parameter security list

1 Reply

  • The security used is for the parameter which is being written. If you are writing to REQ_SP, that is the security setting that is being checked. If REQ_SP is not in the security list, it will use the default lock. If you try to write to CAS_IN_D directly, the CAS_IN_D security setting will be used instead.