Check Out Item
An item must be checked out before it can be modified.
- Connect to the configuration web service.
Code Sample
# Check out the item.
$itemIdentifier = 1234;
$xia.DO_CheckOutItem($itemIdentifier);
An item must be checked out before it can be modified.
Code Sample
# Check out the item.
$itemIdentifier = 1234;
$xia.DO_CheckOutItem($itemIdentifier);