another question - has anyone developed a recursiv...
# suitescript
b
another question - has anyone developed a recursive delete module of sorts? and if not, is there any known way to introspect the netsuite schema and have a function automatically crawl to related records to delete them? or would the script need to have knowledge of the schema coded into it manually? speaking of which, it annoys me that there is really no entity relationship diagram for netsuite objects. no easy way of telling which record types can be linked to others, so we can tell which child/linked records would need to be deleted before the main record could be deleted..