project BLF > class BSharedSet > business logic query SharedSetByType

Description

Returns all shared sets of a certain type.


Parameters


ilSharedSetIsActivelogicalUse true for active, false for inactive or unknown value for both
icSharedSetTypeCodecharacterUse a valid shared set type code or leave it blank.


query condition


  each SharedSet where
SharedSet.SharedSetTypeCode = icSharedSetTypeCode AND
SharedSet.SharedSetIsActive = ilSharedSetIsActive


query resultset tqSharedSetByType


field namedata typedb fielddescription
tiSharedSet_IDintegerSharedSet.SharedSet_IDRecord ID
tcSharedSetCodecharacterSharedSet.SharedSetCodeShared Set Code
tcSharedSetDescriptioncharacterSharedSet.SharedSetDescriptionShared Set Description
tlSharedSetIsActivelogicalSharedSet.SharedSetIsActiveActive
tcSharedSetTypeCodecharacterSharedSet.SharedSetTypeCodeShared Set Type


Internal usage


BLF
method BCompany.ApiSynchronise

QadFinancials
method BDomain.ApiSynchronise
method BProfile.ApiGetProfileLink