RetailInformationSubcodeTable::exist Method

Indicates whether the record occurs in the RetailInformationSubcodeTable table.

Syntax

client server public static boolean exist(
    RetailInfocodeId _infocodeId, 
    RetailInformationSubcodeId _subcodeId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: boolean
true if the record exists; otherwise, false.

See Also

Reference

RetailInformationSubcodeTable Table