I make use of a lot of page includes to build commonly used related lists.
Also, in my navigation component, I’ve created quick create action nav items that call upon action sequences.
I previously made use of a custom action sequence component to make this work where I could call upon the quick create action sequence from anywhere by publishing an event. Now I can only select action sequences from a drop down list of action sequences on the current page.
I know I can hack the XML, but it’s generally bad practice.
Can you build any of the following:
- A page builder method to select action sequences from other pages and subsequently entering required inputs. (preferred option)
- A page buider method of typing out the name and providing inputs.
- A javascript method to run an action sequence by name