Scaffold Register - Header and Detail Extraction

Using VB.NET:

Can you advise how I would go about extracting, for a specific Job Number, all Tag Header and all Shipment Details relating to those Tags? I need to utilize this information to produce reporting that is not readily available thru Quantify itself.

Please advise as soon as possible.

Hello James. To do this you use the ScaffoldTagList object with a jobsite ID. This will fetch a list of all scaffolds for the job and from there you loop through them. For each one in the list fetch the ScaffoldTag and all of the details are there. Be sure to use Intellisense to view the properties, or (better) the object browser in Visual Studio.

I apologize. I discovered that I asked this question already under a separate thread and will go back to that. Thank you.