Hello,
I made an activity entity called "Product Sample Request" that has a purpose that contain samples sent to customer. There are "send date" (date and time), "quantity"(float), and "Product"(lookup to Product entity). I need to transfer it to an opportunity.
There is default TO OPPORTUNITY, but i need to override this button. The new opportunity should contain "send date". I made that field to the opportunity entity.
I will do it using C#. Is it possible to make C# Workflow to create new opportunity, or I will have to make Plug in for that?