✏️ Explanatory Question
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));