Hi ALL,
I have a requirement to restrict user to create more than 3 records in subgrid ,
Can I get help using javascript?
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
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,235 Most Valuable Professional
nmaenpaa 101,156