Forum Post: RE: How can i send email on change of fields in single trigger

  • Thread starter Thread starter SudhakarN
  • Start date Start date
Status
Not open for further replies.
S

SudhakarN

Guest
thanks for your suggestion,i have found relationship object to current object,im trying object script(timing before update) to store before values but im not able to store previous values,can you pls guide me where im going wrong. this the script im wring in parent object var x= rbv_api.getFieldValue("secondary", {!id}, "interest_rate"); rbv_api.setFieldValue("secondary_2", {!R63597782.id}, "Before_Interest_Rate", x);

Continue reading...
 
Status
Not open for further replies.
Back
Top