Click or drag to resize

projectEmployeeMaintenancegetCostAcctsByID Method

Searches for PJ_Account Cost gl_accts by ID

Namespace:  ctDynamicsSL.project.projectController.maintenance
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[WebMethodAttribute(MessageName = "getCostAcctsByID", Description = "Searches for PJ_Account Cost gl_accts by ID")]
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public PJ_Account[] getCostAcctsByID(
	string gl_acct
)

Parameters

gl_acct
Type: SystemString

Return Value

Type: PJ_Account
See Also