Screen Flow Picklist from Lightning Component
I would like to display a Picklist or Radio Button component inside a Visual Flow Screen with choices given by a List of values.
I would like to display a Picklist or Radio Button component inside a Visual Flow Screen with choices given by a List of values.
I have two objects that are related via Master Detail through a junction object. Lets call it ObjectA, ObjectB, JunctionObjectC.
I created a Visual Workflow that launches after a user clicks a custom button on the Account page. I’m wondering if I can use Decision logic to evaluate certain attributes for the logged in user and their associated user page. Specifically I want to evaluate if the user (who clicked the button) is also the Account owner. If they are then it should take them to an input screen. If the user is not the Account owner, then I want to show a fault screen. How do I go about evaluating the current user?
I have a flow and due to the complexity of the logic, I moved some of the logic into apex (However I need to use minimum apex).
I’m finding no helpful information on this.
We have an Apex class in our managed package declared as global but it doesn’t seem to be returning anything to our Flow. Used the class prior to packaging it and it worked fine (then it was Public though).
I m trying to create a new flow in Salesforce customization part, but I’m getting this error