Retrieve Service Log records based upon a ServiceLogPk.

Syntax

ISDatabaseBL.GetServiceLogs(serviceLogPk, serviceLogs, [obsoleted_includeParentLog], [includeSuccessfulOnly], [includeLatestServiceLogOnly])

Parameters

NameTypeOptionalByRefDescription
serviceLogPk Integer The primary key of the Parent Service Log.
serviceLogs ISServiceLogs ByRef The collection of Service Logs retrieved.
obsoleted_includeParentLog Boolean Optional NO LONGER SUPPORTED. If omitted, a value of False is assumed.
includeSuccessfulOnly Boolean Optional Only include successful Requests. If omitted, a value of False is assumed.
includeLatestServiceLogOnly Boolean Optional Only return the latest Service Log. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISDatabaseBL
Namespace:
Intersoft.ISSupport6
Assembly:
ISSupport6, Version=6.0.3
Target Framework:
.NET 9.0