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...
Continue reading...