Click or drag to resize

projectInventoryAllocationeditINProjAllocTran Method

Edits the records for the INProjAllocTran table.

Namespace:  ctDynamicsSL.inventory.inventory.input
Assembly:  ctDynamicsSL (in ctDynamicsSL.dll) Version: 2021.9.16.1 (2021.09.16.01)
Syntax
C#
[SoapHeaderAttribute("mySLHeader", Direction = SoapHeaderDirection.In)]
[WebMethodAttribute(MessageName = "editINProjAllocTran", Description = "Edits the records for the INProjAllocTran table.")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public INProjAllocTran editINProjAllocTran(
	string actionType,
	INProjAllocTran inItem
)

Parameters

actionType
Type: SystemString
inItem
Type: ctDynamicsSLINProjAllocTran

Return Value

Type: INProjAllocTran
See Also