Forum Post: RE: Delete record function like selectObject

  • Thread starter Thread starter IramK
  • Start date Start date
Status
Not open for further replies.
I

IramK

Guest
Could you suggest me as to how I can set the field value of the lookup field on the View page when I click on the detach button? I can get to the ID of the record that is being detached. I just need to be able to set the field value (as you suggested) on the View Page. I have tried using: rbf_setFieldValue("R12345", null); rbf_setFieldValue("R12345", objRecordID); R12345 is the related lookup field integration name. But the above doesn't seem to work on the View Page. Could you possibly suggest a way to set the Lookup field value on the View page?

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