If a sub record has an invalid INPx link, it was silently failing (and not running the proc function). This change plumbs in the error, so the put fails and the user knows something went wrong.
5 lines
92 B
Plaintext
5 lines
92 B
Plaintext
record(sub, "InvalidINPARec") {
|
|
field(SNAM, "subproc")
|
|
field(INPA, "nonexistent")
|
|
}
|