43
Views
6
Comments
Solved
Mobile App Development
Question

I`m doing the Developing Mobile App course and it says to choose the input parameter as LocalToDoIdentifier but i dont have this Local identifier, i only have the normal ToDoIdentifier

2019-10-30 14-18-23
Aliaksandr Kasko
Solution

Hi Adrian,

There are some mistakes in that course excercises. At that point you just need to select ToDo Identifier

2019-11-03 11-32-41
Adrián Poveda Sanchis

Aliaksandr Kasko wrote:

Hi Adrian,

There are some mistakes in that course excercises. At that point you just need to select ToDo Identifier

Okey, thank you!!!


2026-01-26 15-58-24
Francisco Freire
Staff

Hello Adrian, 

Can you provide a screenshot of the issue?

You should have a local Database, called LocalToDo, and the Server Database, called ToDo. What you need to do is to set the input parameter to the identifier of the Local Database.


Best Regards

2019-11-03 11-32-41
Adrián Poveda Sanchis

Francisco Freire wrote:

Hello Adrian, 

Can you provide a screenshot of the issue?

You should have a local Database, called LocalToDo, and the Server Database, called ToDo. What you need to do is to set the input parameter to the identifier of the Local Database.


Best Regards

I know there is a LocalStorage but i`m following the exercices and says nothing about it until it says the input parameter has to be of this type.

localstorage.PNG
2026-01-26 15-58-24
Francisco Freire
Staff

Adrian Poveda Sanchis wrote:

Francisco Freire wrote:

Hello Adrian, 

Can you provide a screenshot of the issue?

You should have a local Database, called LocalToDo, and the Server Database, called ToDo. What you need to do is to set the input parameter to the identifier of the Local Database.


Best Regards

I know there is a LocalStorage but i`m following the exercices and says nothing about it until it says the input parameter has to be of this type.

Hello,

Did you add all dependencies to the databases including Local ones as said in the guide?  

If the local Database doesn´t appear on the list of entities to add, check if you set them to public on the database espace.

Best Regards

2019-11-03 11-32-41
Adrián Poveda Sanchis

Francisco Freire wrote:

Adrian Poveda Sanchis wrote:

Francisco Freire wrote:

Hello Adrian, 

Can you provide a screenshot of the issue?

You should have a local Database, called LocalToDo, and the Server Database, called ToDo. What you need to do is to set the input parameter to the identifier of the Local Database.


Best Regards

I know there is a LocalStorage but i`m following the exercices and says nothing about it until it says the input parameter has to be of this type.

Hello,

Did you add all dependencies to the databases including Local ones as said in the guide?  

If the local Database doesn´t appear on the list of entities to add, check if you set them to public on the database espace.

Best Regards

Yes, I have done this, because I can access to Entity ToDo but only in the database and not in the LocalStorage. I think the problem is because in the Core module I also have the local sotrage empty but the exercice dont explain anything about this local storage.

Thank you


2019-10-30 14-18-23
Aliaksandr Kasko
Solution

Hi Adrian,

There are some mistakes in that course excercises. At that point you just need to select ToDo Identifier

2019-11-03 11-32-41
Adrián Poveda Sanchis

Aliaksandr Kasko wrote:

Hi Adrian,

There are some mistakes in that course excercises. At that point you just need to select ToDo Identifier

Okey, thank you!!!


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.