Share via


CustomPosts_RU::find Method

Returns a record from the current table that corresponds to the given parameters in the given mode.

Syntax

client server public static CustomPosts_RU find(
    VendAccount _partnerCode, 
    CustomPostId_RU _postId, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that determines whether the record that is returned will be in update mode.

Return Value

Type: CustomPosts_RU Table
The first record from this table that corresponds to the given parameters in the given mode.

See Also

Reference

CustomPosts_RU Table