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
- _partnerCode
Type: VendAccount Extended Data Type
The code that identifies the customs partner.
- _postId
Type: CustomPostId_RU Extended Data Type
The code that identifies the customs post.
- _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.