project BLF > class BSharedSetType > business logic query SharedSetByActiveCode

Description

Get shared sets based on the active attribute and the sharedsettypecode


Parameters


ilIsActivelogical
icTypeCodecharacter


query condition


  each SharedSetType where
SharedSetType.SharedSetTypeIsActive = ilIsActive AND
SharedSetType.SharedSetTypeCode = icTypeCode


query resultset tqSharedSetByActiveCode


field namedata typedb fielddescription
tcSharedSetTypeCodecharacterSharedSetType.SharedSetTypeCodeShared Set Type
tlSharedSetTypeIsActivelogicalSharedSetType.SharedSetTypeIsActiveActive
tcSharedSetTypeTranslatedcharacterSharedSetType.SharedSetTypeTranslatedTranslation


Internal usage


BLF
method BSharedSet.ApiSynchronise