
Dear community,
The original form to fulfill an order is not detailed enough for our needs and we want to add fields in it.
However, we spent more than 2 hours yesterday looking everywhere in order to access the template.
Any hint would be appriecable.
Thanks in advance
Jerome
*This post is locked for comments
I have the same question (0)Hi-
You can't customize the default Fulfill Order form.
You could accomplish the same through customization and custom code.
A. Customize the order entity and add fields that you want to capture while fulfillment.
B. Create a web resource (HTML)
C. Customize the "Fulfill Order" command button and load the created web resource in window.
D. HTML web resource will have text box(es) for the user input and two buttons to "fulfill" the order and "cancel" the operation.
E. This Html's "fulfill" order button will have custom code that will save the user's input to order entity and then call the fulfill order action through web api or soap.
msdn.microsoft.com/.../microsoft.crm.sdk.messages.fulfillsalesorderrequest.aspx
Best Regards,
Abhishek