• SJVG
  • NEWBIE
  • 0 Points
  • Member since 2015

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Dependent picklist to be set in a visual flowHi ,

Using a flow, I want to set the value of dependent picklist on setting a value of controlling field  I was expecting this to be pretty straight forward but this isn't working as I thought it will.
Ex: On selection of Country, automatically Country default shall be populated.
Country : UK, US, INDIA
County : London(default), Glasgow, California(default),Florida, Mumbai(Default), 

To achieve this i have a flow + made a config by which I have made the  dependent picklist as required. So each time the Country is selected-county is populated. THis works on UI but not with flows. Below is what is my observation:

a. From the UI: if a edit is made-- dependent picklist is getting set properly on selecting a value in country.
b.  If i try to replicate this in Visual Flow: It doesnot set dependent picklist-when the value of controlling field is updated.
I am assuming reason to be :  visual flow acts at business layer  so at this layer the required condition of pagelayout doesnt get implied. 

I would like to know what shall be the approach to populate this dependent picklist using visual flow.?

FYI,Below are the steps of the flow:

1. Query the record .
2. Set the value of the  field 'Country'  to UK
3. Expecting 'County' to be updated on its own to London. <---THis is not working using flow.

Thanks
  • September 10, 2015
  • Like
  • 0