project QadFinancials > class BBillReport > business logic query GetEmployeeInfoForBill


Parameters


iiCompanyIdintegerCompany id
iiEmployee_IDinteger


query condition


  each Employee where
Employee.Company_Id = iiCompanyId AND
Employee.Employee_ID = iiEmployee_ID

      first BusinessRelation (inner-join) where
BusinessRelation.BusinessRelation_ID = Employee.BusinessRelation_ID AND


query resultset tqGetEmployeeInfoForBill


field namedata typedb fielddescription
tcBusinessRelationName1characterBusinessRelation.BusinessRelationName1Name: The full name of the business relation.
This field sets the default name for linked addresses such as customers and suppliers.
api annotation:PartialUpdate = yes - defaults to the BusinessRelationCode.
tiEmployee_IDintegerEmployee.Employee_IDRecord ID


Internal usage


QadFinancials
method BBillReport.GetBillReportTitleInfo