August 2022

Reverse string without built-in function Javascript

In this tutorial, you will learn to write a JavaScript program that reverses a string.  Reverse string without builtin function function rev...

Talha Manzoor 31 Aug, 2022 1

How to get current date powerautomate

How to get currentDate and time using powerautomate expressions:   formatDateTime(utcNow(),'yyyy-MM-dd')

Talha Manzoor 31 Aug, 2022

How to lock fields Using javascript Dynamic CRM 365

How to lock field using javascript Dynamic CRM 365 | How to read-only fields using custom Javascript function onRecordSelect(exeContext) { v...

Talha Manzoor 31 Aug, 2022

Create update and Delete D365 CRM Record From JavaScript API

Create update and Delete D365 CRM Record From JavaScript API  In this tutorial, you can learn how to Create Updates, and delete Dynamic CR...

Talha Manzoor 25 Aug, 2022

Convert base64 image into jpg with powerautomate

Convert base64 image into jpg with Power Automate use the below code to convert base64 image to JPG in powerautomate. < img src = "...

Talha Manzoor 14 Aug, 2022

Get current user login Id in powerapps portal

How to get login user id in powerapps portal 1- you can use this code to get user id {{ user.id}} 2- get login user Company Id use below co...

Talha Manzoor 6 Aug, 2022

HOW TO DISPLAY AN ALERT IN POWER APPS USING JAVASCRIPT

HOW TO DISPLAY AN ALERT IN POWER APPS USING JAVASCRIPT When using JavaScript, we can display alerts in model-driven Power Apps. To do this,...

Talha Manzoor 5 Aug, 2022

How to reload web page using jQuery in Powerapps portal

How to reload web page using jQuery in Powerapps portal: In this post, we show you how to reload web page using jQuery in ms crm portals. I...

Talha Manzoor 1 Aug, 2022