vennila ramasamy
06/05/2023, 11:10 AMCorey Schwoebel
06/05/2023, 12:35 PMdocument.querySelector("#item_buttons > table > tbody > tr > td:nth-child(7)").style.display = 'none'
This hides the remove button from the table, and seems to stick across all lines. I would do more testing to make sure it doesn't break anything though.CD
06/05/2023, 12:51 PMvalidateDelete
in your client script to stop the removal? https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_4410693608.html (I haven't tried it, I think it'll work for you)Corey Schwoebel
06/05/2023, 12:53 PMvennila ramasamy
06/05/2023, 1:11 PMDavid B
06/05/2023, 9:30 PM