Hello,
I am trying to add a Bound Action to Page 5495 Sales Order Entity on BC V13 onprem using CAL and the assembly "Microsoft.Dynamics.Nav.Runtime.WebServiceActionContext" is missing how can I add it?
I have this on the heading part "Microsoft.Dynamics.Nav.Ncl, Version=13.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" and the below functions:
LOCAL SetActionResponse(VAR ActionContext : DotNet "Microsoft.Dynamics.Nav.Runtime.WebServiceActionContext";OrderId : GUID)
ODataActionManagement.AddKey(FIELDNO(Id),OrderId);
ODataActionManagement.SetDeleteResponseLocation(ActionContext,PAGE::"Sales Order Entity");
[External] [ServiceEnabled] Post(VAR ActionContext : DotNet "Microsoft.Dynamics.Nav.Runtime.WebServiceActionContext")
GetDraftOrder(SalesHeader);
PostOrder(SalesHeader,SalesOrderHeader);
SetActionResponse(ActionContext,SalesOrderHeader.Id);

Regards,
John.