Skip to content

Instantly share code, notes, and snippets.

@mickle00
Last active August 29, 2015 13:58
Show Gist options
  • Save mickle00/10317303 to your computer and use it in GitHub Desktop.
Save mickle00/10317303 to your computer and use it in GitHub Desktop.
// must be in edit page of particular profile
// e.g., https://cs15.salesforce.com/00ee0000000Lw5d/e?s=ObjectsAndTabs&o=Account
// will add read to every field.
// doesnt change edit permissions
var jq = document.createElement('script');
jq.src = "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
function main(){
var boxes = $("[id$='fls_read_ck']");
$(boxes).each(function(){
$(this).prop('checked', true);
});
}
// sleep so jQuery can load
setTimeout(main, 3000);
@Favorwilliams
Copy link

My Pleasure to write you,
My name is Favor Williams,
My email address is
( Favor24@live.com)
Am interested to know
more about you,
Contact me for my
photo and other
important issue via,

Favor24@live.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment