ItemServicesCreateItem Method |
Namespace:
FactoryLogix.xTend.Logistics
Assembly:
FactoryLogix.xTend.API (in FactoryLogix.xTend.API.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public Item CreateItem(
Guid sessionId,
Item newItem
)
Public Function CreateItem (
sessionId As Guid,
newItem As Item
) As Item
public:
virtual Item^ CreateItem(
Guid sessionId,
Item^ newItem
) sealed
abstract CreateItem :
sessionId : Guid *
newItem : Item -> Item
override CreateItem :
sessionId : Guid *
newItem : Item -> Item
Parameters
- sessionId
- Type: SystemGuid
The session identifier that was returned by the Connect(String, String, String, String, String) method. - newItem
- Type: FactoryLogix.xTend.DataObjectsItem
An Item object representing the new item to be created.
The UID, PartNumber, and Classification properties must, at minimum, be populated with valid values.
Return Value
Type:
ItemAn object of type
Item representing the newly created item, with a valid Id property.
Exceptions See Also