Hi
I have a Entity Form (Basic Webform) with 3 related subgrids (subgrid A, B, C). Is there a way to get table lenght from subgrid A via subgrid-schema-name that i set in the form options in dynamics? After i get the lenght from subgrid A, i will hide the create button if length is bigger then 0. We want to prevent the user from creating more than one record for subgrid A.
Is there a way to solve this problem?
To hide the button I already have a javascript function, but every "create-button" has the same id, and in my test the hidefunction hided all create button from all subgrids. I cannot limit the hide-function to subgrid A.
here is my code to hide "create-button":
Thanks in advance