Skip to main content
1-Visitor
July 29, 2016
Solved

Why the password property is not getting binded?

  • July 29, 2016
  • 4 replies
  • 2154 views

In property section we are creating a password basetype and then in mashup we are binding it with a textbox. But it is not getting binded. Why is that so?

Best answer by ttielebein

Ok, I have this working now. I had to create a service which returned the password property as a string, and then bind the string to the textbox. The service I wrote was called "GetPasswordProperty" and contained this: var result = me.PasswordProperty;

I hope this helps!

Tori

4 replies

5-Regular Member
July 29, 2016

For some reason, the mashup does not think the password basetype is compatible with string binding targets. I am going to investigate this further as it seems to be a bug.

5-Regular Member
August 15, 2016

Ok, I have this working now. I had to create a service which returned the password property as a string, and then bind the string to the textbox. The service I wrote was called "GetPasswordProperty" and contained this: var result = me.PasswordProperty;

I hope this helps!

Tori

aagarwal1-VisitorAuthor
1-Visitor
August 23, 2016

Hi Tori,

I tried this and it worked. Thank you for your help.

Anupriya

5-Regular Member
August 23, 2016

Great, it was no trouble!