If you want to execute a Method in the Terminal, you need to use the DO command with the Method, program and parameters.
Ex.
DO METHOD^PROGRAM --> Call one Method Without Parameters
DO METHOD^PROGRAM(PAR1,PAR2) --> Call one method with two paramaters.
DO METHOD^PROGRAM(PAR1,PAR2),METHOD^PROGRAM --> Call two Methods in the same command.
- Log in to post comments