Solution We can attach records to a support case by following code syntax : record.attach({ record:{ id: caseid, type: record.Type.SUPPORT_CASE}, to: {id: id, type: ‘transaction’} }); Where case id – case record internal id id : internal id of the transaction which we want to attach Module : N/record
Author: Hari Krishnan
Reallocate Item Page Restriction
MAR 682 Requirement Restrict the employees from accessing the Reallocate Items page in Netsuite Solution This can be achieved by triggering a user event script on beforeLoad() /*Version : 1.0Script : User event scriptScript Deployment: REALLOCATE ITEMThis script summarises that only allowed employees have access to reallocate items others are being restricted.*///triggers on before loading… Continue reading Reallocate Item Page Restriction