Skip to content

Codeunit WSB_STMStatusLogMgt

Exposes procedures for working with the Status Change Log of records.

Properties

Name Value
Access Public

Methods

wgFncGetLastChangedDateTime

Gets the datetime of the last status change of the passed record.

Parameters

Type Name Description
Variant pRecRelatedVariant The target record.

Returns

Type Description
DateTime DateTime of the last status change

wgFncGetLastChangedUserName

Gets the name of the user that is responsible for the last status change of the passed record.

Parameters

Type Name Description
Variant pRecRelatedVariant The target record.

Returns

Type Description
Code[50] The User Name/ID

wgFncShowLastChangedLog

Opens a page that shows the last status change log of the passed record.

Parameters

Type Name Description
Variant pRecRelatedVariant The target record.