This Screen Shot is from eclipse ide . It does not...
# general
s
This Screen Shot is from eclipse ide . It does not allow me use
.delete
method and show me as an error . Why does it behaving like this? How could i overcome this ? Kindly provide me a solution for this . Thanks in advance. Good day!
d
I think you should use record.delete({type: record.Type.File, id: file_id})
s
Hi @Dmitry Masanov. My problem is .delete method is showing error on eclipse ide . I can directly copy paste code on netsuite . But cannot deploy from eclipse (irrespective of record.delete or file.delete) .
z
instead record. delete(... ) you can use record["delete"](... )