Charity Posted April 12, 2019 Posted April 12, 2019 (edited) I have searched and my question does not seem to be asked. I am confused on when to use one or the other when I want to take a person back to a field. so example person types into a field A and before leaving layout I check many things that they did. I see they need to correct field A so I show custom message as to why and i want to take them back to field A. this is all on open record not allow commit first. Is it best to object name field A and use Go To Object or use Go To field? ps i have field validation usually also but i like to use nicer messages. Also I do not always know the message i want to give them until they are finished with several fields. Can some explain when i might want to use one or the other? i am always confused on it. Edited April 12, 2019 by Charity
comment Posted April 12, 2019 Posted April 12, 2019 (edited) You need to use Go to Object if (a) you have more than one instance of the same field on the layout and you want to specify a specific instance to go to, or (b) you need to calculate which field to go to at script runtime. Otherwise the simpler Go to Field step (which does not require giving an object name to the field) is sufficient, and IMHO preferable. Edited April 12, 2019 by comment 1
Charity Posted April 15, 2019 Author Posted April 15, 2019 Thank you Comment that puts my mind at ease.
Recommended Posts
This topic is 2047 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now