October 5, 201015 yr I am emulating a feature I found in a Starter Solution. It's a simple script which is attached to a button: "Go To Record Detail" This takes you from a list view layout to a form view layout. On the Starter Solution, clicking just once goes to the record detail very quickly. In my file, one click selects the record; then the next click opens it in form view layout. In the Starter Solution, these 2 steps seem to happen as one. I have examined the 2 files minutely. What have I missed?
October 5, 201015 yr Author It wasn't the script. It was the button object I pasted from the Starter Solution. Not really sure what it is, but when I made my own, it works fine.
October 12, 201015 yr I'd *love* to have a listview layout where double clicking enabled a new layout to open where most fields are editable (whereas, obviously, in initial layout no editing was possible). I assume the button had a script attached that enabled interpreting the double click? How/where did you find the "button" that enabled double clicking?
October 13, 201015 yr Buttons only recognise single-clicks. Currently there is no way to specify a double-click for an action.
Create an account or sign in to comment