Hi,
I have created a mobile app for creating orders using Dynamics 365 CRM data. Now I need to create a login screen to this app. I want to use the portal contact credentials into the app.
So I created a screen like below:
and Onselect of Login I have given If(LookUp(Contacts, 'User Name' = TextInput1.Text, 'Password Hash') = TextInput1_1.Text, Navigate([@WelcomeScreen],ScreenTransition.Fade),"")
I have tried connecting contact using both Common data service and Dynamics 365.
After doing this I tested with the username and password, but it is not working with the password text, but it works if I put the password hash value from CRM.
Please help me with how to achieve signing in.
Thanks,
Arul

Report
All responses (
Answers (