Generate an apex application from migration project ("old" forms module)
Can somebody explain me, what is the meaning of forms migration project in Apex, when there is said "... Generating an application directly from a migration project is no longer supported".
I really cannot understand why to spent time to load old form module into apex migration project, if there is no possiblitity to move it into new apex application.
Let me explain more steps I have already done:
- I took one specific form module and converted it into xml, also related pll libraries into pld.
- I created all db objects (tables) in relevant db schema
- I loaded .xml and .pld files into migration project. There I can see all its components (blocks, items, triggers...)