Hi again,
Using MSSQL, I am trying to auto-generate the new ID for any record addition.
Using CRUD, I have generated the Add page which is fine. I have added a numeric field which returns the count of a related field in a different table (dropdown) and it works fine. That count is the one automatically generated for the paging of the dropdown. I get to see the correct value (using here ${getStatusesForStatusCount}).
If I do exactly the same to get a count of existing IDs in the table I want to add, numeric field remains empty.
Grateful if you could let me know what I do wrong.
Thank you
Fred