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.
Checks whether one more DirPartyLocation exists with linked spcified INN and KPP.
Syntax
server public static boolean existsDuplicateINNKPP_RU(
DirPartyLocationRecId _dirPartyLocationRecId,
INN_RU _inn,
KPPU_RU _kpp)
Run On
Server
Parameters
- _dirPartyLocationRecId
Type: DirPartyLocationRecId Extended Data Type
Record id of current DirPartyLocation table, this record will be omitted by search.
- _inn
Type: INN_RU Extended Data Type
The value of INN.
- _kpp
Type: KPPU_RU Extended Data Type
The value of KPP.
Return Value
Type: boolean
true if duplicate exists; otherwise false.