If we want to restrict the direct contact creation(Netsuite standard record), we use a user event script and write the script in the beforeLoad entry point. And which is deployed/applied to the contact record type. /** @NApiVersion 2.1 @NScriptType UserEventScript/ define([‘N/record’], /** @param{record} record*/ ( record) => { /** Defines the function definition that is… Continue reading Restrict direct Contact creation