Announcements
Attention for Customers without Multi-Factor Authentication or Single Sign-On - OTP Verification rolls out April 2025. Read all about it here.
Anonymous
in reply to: Anonymous

Actually, looks like maybe a better way is just to add the onPassThrough() function like this:

 

function onPassThrough(value) {
   writeln("");
   writeComment("Manual Operation");
   writeBlock(value);
}

Though either way would work.  Looks like onPassThrough() is only called when you specify a Manual Pass Through operation.

 

Dave