Click or drag to resize

projectInventoryAllocationeditScreen Method

Edits all the records for the project inventory allocation screen.

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 = "editScreen", Description = "Edits all the records for the project inventory allocation screen. ")]
[ScriptMethodAttribute(UseHttpGet = false, ResponseFormat = ResponseFormat.Json)]
public projectInventoryAllocationscreen editScreen(
	string actionType,
	projectInventoryAllocationscreen inScreen
)

Parameters

actionType
Type: SystemString
inScreen
Type: ctDynamicsSL.inventory.inventory.inputprojectInventoryAllocationscreen

Return Value

Type: projectInventoryAllocationscreen
See Also