
Hi,
I was wondering in which table does the license number of the environment gets saved inside the AOT. I'll be working on a development regarding this field.
Hi Daniel mora,
This won't be stored in the table. It will be loaded at run time using Metadata dll files.
You can right click on the form to see the form name - Navigate to that form in visual studio and see how they are getting the values. I guess its an unbound control and value will be feeded at runtime.
Thanks,
Girish S.