PrtItem.ExtHoldGroupId(Property Read/Write)

Syntax

PrtItem.ExtHoldGroupId

Description

String property to set or get the Group ID which has placed an External Hold on the item.

Example

dim NEWITEM as new prtitem
'Initialize the new item structure
NEWITEM.ItemId = IDNUM$
NEWITEM.GroupId = Groupname$
NEWITEM.RegionId = Regname$
NEWITEM.RegionLoc = PRT_LAST
NEWITEM.IntHold false
NEWITEM.ExtHold true
NEWITEM.ExtHoldGroupId = "SHIPPING"
NEWITEM.ItemTypeId = TYPE$
NEWITEM.Status = 0
'Upload to Tracking Database
NEWITEM.Add