Summary: How to Validate Text fields allow only Numbers Dynamics 365 Portals.
$(document).ready(function(){
$("#name").keyup(function(event)
{
if ( event.keyCode ==
46 || event.keyCode == 8
) {
// let it happen, don't do anything
} else if (/\D/g.test(this.value))
{
// Filter non-digits from input value.
this.value = this.value.replace(/\D/g,
'');
alert("Enter only Numbers");
}
});
}...
How to Develop Sticky Footer in Microsoft Dynamics 365 CRM Portals.
Summary : How to make the Sticky Footer in Microsoft Dynamics 365 CRM Portals.
1. Navigate to Portals Tab---> Webtemplates
2. Open the Footer webtemplate and search for the following line of code
<footer role="contentinfo">
3. Replace the above line with following code.
<footer role="contentinfo" style="position:fixed;left:0;bottom:0;width:100%;">
...
Subscribe to:
Posts (Atom)
Popular Posts
-
Power Virtual Agents compliance offering Power Virtual Agents is a Core Online Service, as defined in the Online Service Terms and is compla...
Contact US
EMail: info@crmonce.com
|
Phone Number: +91 9493916112,+91 8096556344 |
Whatsapp: +91 9493916112 |
Skype for Business: umamahesh@crmonce.com |
Upcoming Sessions
Dynamics365 CRM |
D365 CRM Portals/Adxstudio |
CRM Advanced Programming with Azure Integrations |
RESCO MOBILE Development |