Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the specified record exists in the AssetDisposalParameters table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(
AssetSoldScrap _soldScrap,
AssetPostingProfile _postingProfile,
AssetBookId _bookId,
AssetPostValue _postValue,
AssetTableGroupAll _assetCode,
AssetRelation _assetRelation,
AssetPostType _valueType)
Run On
Called
Parameters
- _soldScrap
Type: AssetSoldScrap Enumeration
The AssetSoldScrap value of the record for which to check.
- _postingProfile
Type: AssetPostingProfile Extended Data Type
The AssetPostingProfile value of the record for which to check.
- _bookId
Type: AssetBookId Extended Data Type
The AssetBookId value of the record for which to check.
- _postValue
Type: AssetPostValue Enumeration
The AssetPostValue value of the record for which to check.
- _assetCode
Type: AssetTableGroupAll Extended Data Type
The AssetTableGroupAll value of the record for which to check.
- _assetRelation
Type: AssetRelation Extended Data Type
The AssetRelation value of the record for which to check.
- _valueType
Type: AssetPostType Enumeration
The AssetPostType value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.