Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Supply chain | Supply Chain Management, Commerce
Unanswered

Help with Commerce Runtime Extension.

(1) ShareShare
ReportReport
Posted on by
Hello Fellow Forum Members,
 
I am trying to implement a CRT (Commerce Runtime) extension that cancels a outbound transfer is the quantity of that transfer is greater than 50 units. I was wondering if someone could help me out here. I am newer to this platform and C# in general.
 
Here is my code so far:
public async Task OnExecuting(Microsoft.Dynamics.Commerce.Runtime.Messages.Request request) {    if (request is CommitInventoryInboundOutboundDocumentOperationRequest commitInventoryInboundOutboundDocumentOperationRequest) {        String documentId = commitInventoryInboundOutboundDocumentOperationRequest.DocumentId;        var inventDocumentRequest = new GetInventoryInboundOutboundDocumentRequest(documentId, false);        var inventDocumentResponse = (await request.RequestContext.Runtime.ExecuteAsync<EntityDataServiceResponse<InventoryInboundOutboundDocument>>(inventDocumentRequest, request.RequestContext).ConfigureAwait(false));        //Whats next?    }}
Hastebin:
https://www.toptal.com/developers/hastebin (REMOVE THE ENDING / FROM THE URL :D)
 
Thank you all so much have a great one!

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 293,110 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,886 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156 Moderator

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans