We are looking for an alternative to create parts. (APPS 10, Upd 11)
I like the New Part Assistant wizard, but it does not cover all our needs.
Does anyone have experience with part creation using a custom page or using an own wizard (not sure, if this is possible at all).
Our target is to use templates per Divisions and ask the user to enter only the required and relevant data.
This should be as simple as possible, as the users who need to create a customer order and need a sales part for this, are not aware of all needs of part data.
I also know about the option to create parts using assortments, but for certain fields the default values are not generic enough for our needs.
Thank you for your feedback!
Regards Martina
Page 1 / 1
Hi @ALHAGMO,
If relevant Inventory Part(s) are already created in the system, you can create Sales Parts using a Custom RMB executed upon Custom Page as follows (As this involves direct API Calls, the user may need APPOWNER Access).
I have used something like in the Past. You can Hardcode/predefine almost all the data and let user select only New Sales Part Number and the Site for which he wish to create the Sales Part for,
Create Custom Page to let the user enter the necessary Data,
Use a Custom Menu to Create Sales Part,
The Content of The Custom Menu I’m using,
The PLSQL Block used above (You may change the Default values as appropriate),