GetLaborCategories Method (Labor)Save PDFSave selected topicSave selected topic and subtopicsSave all topicsShareShare to emailCopy topic URLLast UpdatedNov 06, 20251 minute readOperations and ExecutionManufacturing Execution System 2023 R2 The GetLaborCategories() method retrieves all labor categories for the specified entity.Syntax Visual BasicC# 'Declaration Public Shared Function GetLaborCategories( _ ByVal EntId As Integer _ ) As DataSet public static DataSet GetLaborCategories( int EntId ) ParametersEntId Required. Holds the ID of the entity whose labor categories are being retrieved. Return Value Returns a DataSet that contains all labor categories for the specified entity. Example DataSet dsLaborCats = GetLaborCategories(1211); See AlsoReferenceLabor ClassLabor Members In This Topic
The GetLaborCategories() method retrieves all labor categories for the specified entity.Syntax Visual BasicC# 'Declaration Public Shared Function GetLaborCategories( _ ByVal EntId As Integer _ ) As DataSet public static DataSet GetLaborCategories( int EntId ) ParametersEntId Required. Holds the ID of the entity whose labor categories are being retrieved. Return Value Returns a DataSet that contains all labor categories for the specified entity. Example DataSet dsLaborCats = GetLaborCategories(1211); See AlsoReferenceLabor ClassLabor Members
The GetLaborCategories() method retrieves all labor categories for the specified entity.Syntax Visual BasicC# 'Declaration Public Shared Function GetLaborCategories( _ ByVal EntId As Integer _ ) As DataSet public static DataSet GetLaborCategories( int EntId ) ParametersEntId Required. Holds the ID of the entity whose labor categories are being retrieved. Return Value Returns a DataSet that contains all labor categories for the specified entity. Example DataSet dsLaborCats = GetLaborCategories(1211); See AlsoReferenceLabor ClassLabor Members
The GetLaborCategories() method retrieves all labor categories for the specified entity.Syntax Visual BasicC# 'Declaration Public Shared Function GetLaborCategories( _ ByVal EntId As Integer _ ) As DataSet public static DataSet GetLaborCategories( int EntId ) ParametersEntId Required. Holds the ID of the entity whose labor categories are being retrieved. Return Value Returns a DataSet that contains all labor categories for the specified entity. Example DataSet dsLaborCats = GetLaborCategories(1211); See AlsoReferenceLabor ClassLabor Members