Is there any way to mask a field on keypress in crm365 ?it seems that addOnKeyPress which was added in 2016 is also deprecated in 365 .
I have a unsupported 2011 code that I am trying to make it work in 365.
*This post is locked for comments
Is there any way to mask a field on keypress in crm365 ?it seems that addOnKeyPress which was added in 2016 is also deprecated in 365 .
I have a unsupported 2011 code that I am trying to make it work in 365.
*This post is locked for comments
thank you so much i think this is what i was looking for. I have an unsupported way to solve the issue for now but hopefully something comes out soon
Hi Maryam,
Custom controls (based on CCF) are being introduced in Dynamics 365 Customer Engagement, and I am pretty sure that there will be custom controls created by the community and Microsoft that can be used for different purposes.
To date (as far as I know), this is still not available, but I am hoping for an upcoming release that will enable this feature.
In the meantime, hopefully one of the solutions above will help you get the functionality you are looking for.
Thanks Syed.
Seems a great way to fix masking on the password. But I am looking to see if there is any existing solution in a supported way to mask a phone or postal code fields on the keypress not using addOnKeyPress(As this is depricated in CRM365)
Thanks Aric,for you suggestion.
I saw this before but I read addOnKeyPress is a deprecated function in CRM365 :(((
This is exactly what I need but I am not sure why they are going to remove it. In the SDk it said use Custom Control as a replacement so I was looking to see if there is anything available or any one has a solution.
Thanks For the response.
Unfortunately at the moment we can not use onchange since client have it on the Keypress.
I tried to fix or replace the unsupported code.
I already change the document.getelementbyid to parent.document.getelementbyid and added "_i" to fix the unsupported code later I have to figure out a way to change to supported. This is why I ask if there is any supported way to support do this.
Hi maryam,
Please refer the below link.
alagunellaikumar.blogspot.sg/.../password-masking-in-crm-2015.html
This helps you
Hi Maryam,
This should be supported.
Take a look at the following link:
msdn.microsoft.com/.../gg334266.aspx
Hope this helps.
Hi,
what are your exact requirements?
Couldn't an onChange event resolve your problem?
Or maybe a custom ribbon button?
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,407
Most Valuable Professional
nmaenpaa
101,156