HI,
Please let me without creating the quote. Can I create order with opportunity line items..?
*This post is locked for comments
HI,
Please let me without creating the quote. Can I create order with opportunity line items..?
*This post is locked for comments
Hi Shambhu,
You can use "GetSalesOrderProductsFromOpportunityRequest" message, please look at https://msdn.microsoft.com/en-us/library/microsoft.crm.sdk.messages.getsalesorderproductsfromopportunityrequest(v=crm.8).aspx for more details.
GetSalesOrderProductsFromOpportunityRequest request = new GetSalesOrderProductsFromOpportunityRequest() { OpportunityId = opportunityId, SalesOrderId = salesorderId }; var response = (GetSalesOrderProductsFromOpportunityResponse)OrganizationService.Execute(request);
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,269 Super User 2024 Season 2
Martin Dráb 230,198 Most Valuable Professional
nmaenpaa 101,156