project BLF > class BBusinessComponent > business logic query BusComponentForWorkObject


Parameters


icBusComponentCodecharacter
iiCompanyIdintegerCompany id


query condition


  each BusComponent where
BusComponent.BusComponentCode = icBusComponentCode

      each WorkObject (inner-join) where
WorkObject.Company_Id = iiCompanyId AND
WorkObject.BusComponent_ID = BusComponent.BusComponent_ID AND


query resultset tqBusComponentForWorkObject


field namedata typedb fielddescription
tcBusComponentCodecharacterBusComponent.BusComponentCodeComponent
tiWorkObject_IDintegerWorkObject.WorkObject_IDRecord ID
tiWorkObjectInternal_IDintegerWorkObject.WorkObjectInternal_IDIdentification of the business object
(= identity value of the main table record)


Internal usage


BLF
method database.UpdateWorkobject