Click or drag to resize

projectTimesheetEntrygetProductionDetailByLineNbr Method

Searches for a specific PJUOPDET (Production detail) by docNbr and lineNbr

Namespace:  ctDynamicsSL.project.timeAndExpense.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
[WebMethodAttribute(MessageName = "getProductionDetailByLineNbr", Description = "Searches for a specific PJUOPDET (Production detail) by docNbr and lineNbr")]
public PJUOPDET getProductionDetailByLineNbr(
	string docNbr,
	string lineNbr
)

Parameters

docNbr
Type: SystemString
lineNbr
Type: SystemString

Return Value

Type: PJUOPDET
See Also