WeSearch

Custom API vs Custom Action vs Azure Function: Dataverse decision

·4 min read · 0 reactions · 0 comments · 9 views
#dataverse#azure#api#cloud#development
Custom API vs Custom Action vs Azure Function: Dataverse decision
⚡ TL;DR · AI summary

The article discusses the decision-making process for choosing between Custom API, Custom Action, and Azure Function for a specific operation in Dataverse. Each option has distinct characteristics regarding latency, cost, and maintenance. The choice depends on the specific requirements of the operation and its integration with other services.

Key facts
Original article
DEV.to (Top)
Read full at DEV.to (Top) →
Opening excerpt (first ~120 words) tap to expand

try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3948393) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } SapotaCorp Posted on May 24 • Originally published at sapotacorp.vn on May 24 Custom API vs Custom Action vs Azure Function: Dataverse decision #powerplatform A client needs to expose a "calculate the loyalty rebate for this customer" operation. It reads three Dataverse tables, applies some business rules, writes a result. Every consumer - the Dynamics web app, a Power Automate flow, an external integration - should call the same operation. Three places we could put it.

Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).

Anonymous · no account needed
Share 𝕏 Facebook Reddit LinkedIn Threads WhatsApp Bluesky Mastodon Email

Discussion

0 comments

More from DEV.to (Top)