im testing out an after submit event on a matrix item.
I can see in my logs its reporting as an inventory item, however there is no internal ID unlike all the other records I have tested this against.
function afterSubmit(type)
{
var recType = nlapiGetRecordType();
var recId = nlapiGetRecordId();
dLog('matrix id',recId);
}
recId is always blank.... dLog() is a function we use to make it easier to log to the netsuite log files