Add Quote like functionality to the Custom Module

I need to create a module exactly same as quote module with all functionality of quote module

My Custom Module name is "Order Form"

Quote & "Order Form" will be related as 1 to Many  i.e 1 "Quote" : Many "Order Form"

Product and "Order Form" will be "Related" to each other as 1 to Many i.t 1 Order Form : Many Products

Product Bundle and "Order Form" will be "Related" to each other as 1 to Many i.t 1 Order Form : Many Product Bundles

The record & create layout and functionality of "Order Form" module will be same as quote module, with product and product bundle line item [qli] on the record and create view

the functionality I require is

1)

on Quote Module

if quote record status is accepted Then I need to enable a button/action-menu on quote record view as "Create Order"  else hide button "Create Order"

When "Create Order" button is click then it should get all quote fields data and open/navigate to "Order Form" module create view and auto fill all the data and also should auto fill all the quote line item data should be auto filled n the "Order Form"

When Order form is saved then Product Bundles & Product records of Quote Line Item should have the created Order Form Record Id in the related field.

2)

When user clicks on "Create Order Form" for the Module Menu then

Create View of the module should open and when user select the Quote Record on Quote Related Field then all the data of quote should be auto populated with quote line item data auto filled on the lien Item Panel

Parents Reply Children
No Data