RTC - why is password text property not available in RTC Page

While entering text in textbox, how to show string of asterisks (********) when a user enters text in text box.

In Classic client this is done with Passwordtext property , why in page this property is not there and how this can be achieved.

Use ExtendedDatatype = Masked

Hi Mohana,

Thanks for the reply, i tried the property ExtendedDatatype = Masked but still i can see the actual characters typed,

Hope you did it in page field property?

Yes, i did it in page field property

Check the Page 409 - SMTP Mail Setup how Password field is working…

And also try bt restring the nav service…

The Field Type should be text, i was using Field Type as code

ok great…

So your problem got solved?