function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
var records = {!GETRECORDIDS($ObjectType.Opportunity)}; if (records[0] == null) alert('Please select some records') ; else window.open('/003/o') ;
You can modify above code a bit to meet your requirement.