CanLogData Method (OperEntLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The CanLogData() method returns a flag that indicates whether the entity or any of its descendants that are linked to the specified operation can log data.
Parameters
- sessionId
- Optional. Holds the session ID and thus the user who is making this method call.
- processId
- Required. Holds the ID of the process that contains the operation that is linked to the entity whose ability to log data is being checked.
- operId
- Required. Holds the ID of the operation that is linked to the entity whose ability to log data is being checked.
- stepNo
- Required. Holds the number of the step whose ability to log data is being checked.
Return Value
Returns true as soon as any descendent entity that can log data is found; otherwise, returns false.