0
Programatically set image field content
Is it possible to set an image field using the attached file with built-in scripting functions?
ie, image = file(this, Name + ".png")
4 replies
-
hi
my way is in the field formula set :
file(this, Name + ".png")
-
I did that on a button, to test and the image just shows nothing. I have a button to get the image and one to set the field with the code, the image field stays blank.
-
code in your button :
Robot:= nameOfYourAttachedDocument.xxx
-
silly me, I always forget the : when assigning.
Content aside
- 4 yrs agoLast active
- 4Replies
- 757Views