irurzo
var rec = record.load({
type: record.Type.VENDOR_PREPAYMENT,
id: 13321
});
var count = rec.getLineCount('apply');
console.log(count);