0
expertit created
3 Answer(s)
-
0
in index.js file try to alter "eLTPerson" To "ELTPerson", this js casesensitive really sucks...
-
0
Hi @expertit
If your problem persists, can you share js and html files of that page?
-
0
Hello @Rodriguo,
Thanks for your help.
It was indeed a case sensitivity problem.
The name of the object in JSon returned by the app service was "eitLocationType",
while in the generated index.js, the name of this object was "eITLocationType" when used as a parameter for the _ createOrEditModal.Open method,
and was "EITLocationType" when assigning DataTable data properties.
I assume that this problem is due to the use of more than one uppercase letter at the beginning of the entity name.
Best regards,
Albert