Aly
05/01/2026, 4:04 PMCeligo AI
05/01/2026, 4:04 PMAI generated answer (using internal Slack threads):Based on the conversations provided, it is possible to set a field as inline depending on the role in NetSuite. This can be achieved by using a combination of the User.role and Field.updateDisplayType or Field.isDisabled. However, it's important to note that this method may not provide the highest level of security as users may still be able to edit the field through inline edit. For higher security, you can use a User Event Script in SuiteScript to prevent users in non-accounting roles from editing the field. This can be done at the Before User Submit entry point, where you can validate the user role and throw an error if the user role doesn't match. In addition, you can use a workflow to change the display type for the field based on the user role. However, this method also has the same issue where users may still be able to edit the field through inline edit. For inline editing from a saved search, it's possible but only for header fields. Transaction lines and certain fields are not available for inline editing. ****** Disclaimer: This response was generated by an artificial intelligence assistant based on previous conversations from multiple Slack channels, and may contain inaccuracies or mistakes. ******
Celigo AI
05/01/2026, 4:04 PMSlack thread 1: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.831481934
Slack thread 2: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.829834
Slack thread 3: here (available only if the original thread was posted in the last 90 days)
Similarity score: 0.828003
Celigo AI
05/01/2026, 4:04 PM