• nikhl.manekar@mitchell.com
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 5
    Replies

Hello Everyone

 

I have created a VF workflow. And connected it to an visualforce page. 

Step 1 user chooses Account.

Step 2 user chooses/ creates contact 

step 3 ....

 

now What I am trying to achive is display in the seperate <div> in the lower section of the screen what the user has selected so far.

Like You selected account : XYZ

         You selected contact : PQR

 

but I want this text to appear dynamically as per the flow of the steps

 

How can I do it.

Thanks in advance for your help.

 

-Nikhil 

Hello Everyone

 

I have created a VF workflow. And connected it to an visualforce page. 

Step 1 user chooses Account.

Step 2 user chooses/ creates contact 

step 3 ....

 

now What I am trying to achive is display in the seperate <div> in the lower section of the screen what the user has selected so far.

Like You selected account : XYZ

         You selected contact : PQR

 

but I want this text to appear dynamically as per the flow of the steps

 

How can I do it.

Thanks in advance for your help.

 

-Nikhil 

 I want to export the account records every day 12:00 PM? How to export the account records?is there any code for this please clarify my scenario.

I am new to the Visual Flow. I seem to have the following limitations while using Visual FLOW. Any help/suhggestions will be appreciated.

1) I am unable to use flow to control the layout of the UI. For e.g. I have to place the fields in 3 different columns but I am unable to do so using FLOW. The layout of the fields is always is in one column.

2) I want the dependent picklist functionality in the same screen. For e.g. if I select make of the car as "Honda" from a picklist, then the model picklist should show only relevant models in the same screen without the user clicking on the Next button.

 

3)  If the user selects the radio button "yes" to one of the question, the next 2 questions should show up without having the user click on the Next busson (viz. partial page refresh).

How to pass data form one visualforce page to another visualforce page without passing the values through the URL .

I have a  textarea content to be passed from one page to another page.