-
Start an MQL session. For more information, see
Running MQL.
- To set the context for the MQL session, run this command:
set context user creator; -
Print the details of the PSNote form:
print form PSNote;
Note the field number for the Original Note URL attribute.
-
Remove the Original Note URL field from the PSNote form:
modify form PSNote field delete N;
where
N is the field number.
|