Skip to main content
Question

+ option should be disabled after adding a record first time

  • December 18, 2025
  • 1 reply
  • 19 views

Forum|alt.badge.img+5

Hi, There is a requirement to disable the + option in APPS10 after adding a record as shown below. Initially + option should be enabled
 

 

Can someone guide me how to do this?

1 reply

WyrDavidB
Hero (Partner)
Forum|alt.badge.img+9
  • Hero (Partner)
  • January 5, 2026

I don’t think you can easily disable the + create new record functionality.
What you can do is use a custom event and action to prevent a user saving the record AFTER they have pressed the + button and filled in the information.
 

You need to create a new event which is triggered on the creation of the new record
Then create an action linked to the new event which fires before the record is saved.
The event needs to be of type execute online sql
then in the SQL code, you need to count existing capacity records linked to that same part, and if the count is greater than 1, return an error message.

apologies if this is functionality you are already well aware of!