Hi
Nice to meet you here.
I have some troubles in development using backendless.
I tried to send email template after registering user account.
But this error message was occurred.
“Email Template with name ‘Registration Confirmation’ doesn’t exist.”
I ensured that Registration Confirmation is default backendless email template and it is in the message box.
I will share the screenshot.
If you can help me offer a good suggestion, I am very thanks for your care.
Regards.
Hello. Mark.
Thanks for you care of my previous problem.
Now I have some troubles on database relationships.
Let me explain shortly:
I have created two tables as Users and Phones.
Phones model has several columns such as phone_type, phone_name, phone_number and etc.
A user can have several phones.
So I think the relationship between Users and Phones is 1:N and then I have set the relation line according to my idea.
But it doesn’t work right now.
If I changed the phones model data, it reflects in all users.
Could you provide me some good advice?
Then hope to let me know how to make these two models and set the relationship?