Iterator attItr = change.getTable(ItemConstants.TABLE_ATTACHMENTS).iterator(); while (attItr.hasNext()) { IRow row = (IRow) attItr.next(); String fileName = row.getValue(new Integer("1046")).toString(); File file =...
In my post above, I forgot to define eventInfo. Add this: [code] try { if (req instanceof IObjectEventInfo) { eventInfo...
[code] // This was added to the Actions menu of an Item. Groovy script. // How to come up with...
I am fine till the export step but how do we parse this axml file to re-create the BOM structure...
thank you very much Raj!!
Questions
1822
Members
1330
By clicking "Sign up" you indicate that you have read and agree to the privacy policy and terms of service.