Skip to main content

Notifications

Community site session details

Community site session details

Session Id :

Community blogs

Featured

Latest blog posts

View all
Like (0)
Debunking: KingswaySoft Dynamics CRM Source- Output Timezone

Hi! I’m back after so a long hiatus (probably I’ll write the reason for this later 🤣). As [lazy] Developers, we’re most likely to interact with a “wrapper” (can be components, services, etc) that hides all the complexity needed. But, I believe at...

Temmy Wahyu Raharjo 2,914
Like (0)
Dataverse: Benchmark ExecuteMultiple Request SDK vs WebApi call

In the PowerApps-Samples repo, I found interesting sample code to execute Dataverse messages using WebAPIs call. For those who ask why there is this option, it is because not so many organizations let you install NuGet Packages freely without havi...

Temmy Wahyu Raharjo 2,914
Like (0)
Azure Data Factory: Read CSV file, Transform and push data to Dataverse

Let’s try to create a simple scenario that we can do in Azure Data Factory! Azure Data Factory is a serverless data integration service that sits in the Azure. The terminology of ETL (Extract, Transform, and Load) or ELT (Extract, Load, and Transf...

Temmy Wahyu Raharjo 2,914
Like (0)
Dataverse: Updated ServiceClient Strategy For Better Performance

If you remember, I last created this blog post on how to create a class that wrapped ServiceClient. I need to do it because creating a ServiceClient is expensive (around 2 seconds). Hence, I need to find a way to “store” it in memory and ensure it...

Temmy Wahyu Raharjo 2,914
Like (0)
[Experimental] Let’s try Dataverse Low-code Plugin (Automated)

Today, we will try the experience of creating Automated plug-ins using the latest Low Code Plugin from this documentation. For today's demonstration, I made the below tables (Header and Details) to do simple calculations (maybe). Prepare the E...

Temmy Wahyu Raharjo 2,914
Like (0)
About Power Platform CLI Solution Command

We can use tons of remarkable commands in Power Platform CLI that can be very useful. For example, when changing Localization. Instead of doing it in the usual way which needs to change the Personalization Settings > Languages > Base Langu...

Temmy Wahyu Raharjo 2,914
Like (0)
Share File into Power Virtual Agents from Dataverse File data type

For example, you have a table in Dataverse and let the user upload a File into it. Then, when other users interact with PVA (Power Virtual Agent/Chat Bot), we will allow the user to see/download the file. The flow of the scenario will be like the ...

Temmy Wahyu Raharjo 2,914
Like (0)
Xrm.Utility.getEntityMetadata to get the localized label

I got a request to basically create PCF for Two OptionSet (boolean) with the main purpose is to keep Yes, No, and Null/Empty values. If you get the requirement, making it is not hard. But, usually in the project, we also need to support multi-lang...

Temmy Wahyu Raharjo 2,914