PrtItem.IntHoldReason (Property Read/Write)

Syntax

PrtItem.IntHoldReason

Description

String property to set or get the Internal Hold Reason for 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 true

NEWITEM.IntHoldReason = "Insufficient Parts"

NEWITEM.ExtHold false

NEWITEM.ItemTypeId = TYPE$

NEWITEM.Status = 0

'Upload to Tracking Database

NEWITEM.Add

More information

PRT Object Model member list.