Share via


SysSignatureSetup::signatureRequiredForUpdate Method

Indicates whether a signature is required in an updated table.

Syntax

client server public static boolean signatureRequiredForUpdate(TableId _tableId, container _changedFields)

Run On

Called

Parameters

  • _changedFields
    Type: container
    A list of fields that have changed in the record with the specified table ID.

Return Value

Type: boolean
true if a signature is required; otherwise, false.

See Also

Reference

SysSignatureSetup Table