Is there a way to set the `alttagcaption` "Alt Ima...
# suitecommerce
c
Is there a way to set the
alttagcaption
"Alt Image" tag for a bunch of images at once?
What do you mean by "dynamically"?
c
you can do it via a script. Basically use fields on the item record to dynamically populate the image alt tag of the associated image.
f
ACS has an integration via SOAP that does this
you could use suitescript and do it trough the item record but if I recall correctly there is a chars limit
c
Yea, I ran into the character limit accidentally. I also saw that the field is exposed via SOAP, but it's been a few years since I ran SOAP calls. I'll post back here with what I wind up doing.
👍🏻 1
So yes, you can set the
altTagCaption
field via suitescript from the item record. You go through the
itemimages
sublist to do it. There is a 35 character limit on the UI.
👍🏻 1