Guest User

Untitled

a guest
Sep 14th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. ### Changing email populated on new purchase order form
  2. This is easily done with a client script on pageInit.
  3. pageInit is where initial values are populated from the parent record.
  4. We'll simply hook in, look up the vendor record, get the email address from there, and populate our field.
  5.  
  6. Must be on a deployed client script set with the appropriate audience.
Add Comment
Please, Sign In to add comment