Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Steve,
You can write custome command line utility to publish drawings. You can take csv file as an input which will contain drawing numbers and publish drawings using below API.
publisher.doPublish(true, true, object.toString(), new LatestConfigSpec(), new LatestConfigSpec(), false, null, null, Publisher.EPM_PLUS_PARTS, null, 0);
Hope this helps !!!
Thanks,
