Forum Post: RE: Way to update a value in a View

  • Thread starter Thread starter Ricardo Rafols
  • Start date Start date
Status
Not open for further replies.
R

Ricardo Rafols

Guest
Hi mysteryminds, Your "Docs" field is a lookup. It is not possible to update it using a string (i.e return "complete"). The "Docs" field is a reference to another object. To update the field to show "complete" in your UI, you need to know the ID of the record in the referenced object that has the description "complete" and return the ID. I.e if('{!R84549879#value}'== " ") return 12345; PS: 12345 in the referenced object means "complete".

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