Hi,
I need to create a frontend that looks similar to this
**My Menu
Please Enter Customer Id XXXXXXXX
Options X
- Modify Customer Address details
- View Customer details
- View Orders for this customer
- Print Customer Profile
- Increase Customer Credit Limit
Etc**
Notes.
- This must be the main menu
- If an option is selected, various validations must take place before redirecting
- There are no list screens in this process
- This screen is Not based on any table
Please advise on how I can achieve this.
Thanks