Hi ALL,
I have a requirement to restrict user to create more than 3 records in subgrid ,
Can I get help using javascript?
Announcements
Hi ALL,
I have a requirement to restrict user to create more than 3 records in subgrid ,
Can I get help using javascript?
Hi,
A plugin would be better suited to your needs because it runs on the server side.
You can write a plugin on pre-create step that check the existing record and throw an error (InvalidPluginExecutionException) if they are 2 exiting records associated with your wanted record.
You can start with this tutorial : learn.microsoft.com/.../tutorial-write-plug-in
Daivat Vartak (v-9d...
671
Super User 2025 Season 1
Vahid Ghafarpour
167
Super User 2025 Season 1
Muhammad Shahzad Sh...
138
Most Valuable Professional