Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 15th, 2012  |  syntax: None  |  size: 0.53 KB  |  hits: 13  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. Can you automate putting a field on a page layout across ALL profiles?
  2. <layoutSections>
  3.     <customLabel>true</customLabel>
  4.     <detailHeading>false</detailHeading>
  5.     <editHeading>true</editHeading>
  6.     <label>Contact Information</label>
  7.     <layoutColumns>
  8.         <layoutItems>
  9.             <behavior>Required</behavior>
  10.             <field>Name</field>
  11.         </layoutItems>
  12.         <layoutItems>
  13.             <behavior>Edit</behavior>
  14.             <field>AccountId</field>
  15.         </layoutItems>
  16.      </layoutColumns>
  17. </layoutSections>