I want to create a menu tab in myaccount page(like...
# suitecommerce
s
I want to create a menu tab in myaccount page(like wishlist,overview) in 2019.2. How can i do that ? I tried to send a MenuItems object from module's entrypoint file. But its not showing anything.
s
Use the MyAccountMenu component
s
Thanks. And incase of previous versions before 2019 ?
s
It's been a while but I believe you use the
MenuItems
property on your entry point file
s
@Steve Goldberg thank you sir.