18
Views
9
Comments
Solved
save my own data

HI every body. i want to know how i can get and save the information i want on the user registration page. i know that i have to creat foreign key but it doesnt work properly when i login.please guide me thanks

Champion
Solution

Hi @Emir nak ,

Please find attached oml and let me know if have any doubt.

Regards,

Arun

Demo1.oml

tnx Arun,i will inform you

Warning to anyone downloading and installing Demo1 oml of Arun : it is a screen open to anonymous that allows to add a user into your system : please don't leave it on your system longer than needed !

Emir,

It looks like you havent dragged the UserID up to the UserData entity.

In order for the two to be linked, they must share an identifier.


Since this will be a 1 to 1 relationship you should delete the ID from 'Userdata', drag the User.ID up, and then go to the Userdata entity, select the 'Indexes and more' button, and change the identifier attribute. (Available under the 'more options' dropdown)


Screenshots for the button and identifier change location displayed.



Best,

RAD Manage

Champion

Hi @Emir nak ,

Create UserId indentifier atrribute in user data entity and save userdata form details with userid as well once your records saved with userid then you can easily get data from userdata entity  by filtering userid.

Best,

Arun

i did this i can creat account it has shown in my data but when i want log in it said username password invalid

Champion

Are you creating same user for user entity with encrypted password?

yes.is that possible for you to send oml ?creat some user data by your own and add in a register page

Champion
Solution

Hi @Emir nak ,

Please find attached oml and let me know if have any doubt.

Regards,

Arun

Demo1.oml

tnx Arun,i will inform you

Warning to anyone downloading and installing Demo1 oml of Arun : it is a screen open to anonymous that allows to add a user into your system : please don't leave it on your system longer than needed !

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