Home / Questions / What is the role of the processOperation() method in TestServiceClass?
Explanatory Question

What is the role of the processOperation() method in TestServiceClass?

👁 1 Views
📘 Detailed Answer
🕒 Easy to Read
Read the answer carefully and go through the related questions on the right side to improve your understanding of this topic.

Answer with Explanation

This is the main business logic method executed by the SysOperation framework.
It retrieves parameter values from the contract and processes them.
Example:


DatePhysical datePhysical = _contract.parmDatePhysical();
info(strFmt("As of Date: %1", datePhysical));