Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

Populate image field type using onLoad client script.

Virendra Dwived
Tera Expert

Hi Everyone,

 

I have created two field types on my form: string and image.

String field type has URL of QR code(png) and I have to populate it into second field type (image) using onChange client script.

Can I any help me get this task complete.

Thanks 

cc: @Ankur Bawiskar @sachin_namjoshi 

4 REPLIES 4

Virendra Dwived
Tera Expert

Hi @Ankur Bawiskar 

 

Can you please help me to get this done .

Thanks

https://www.servicenow.com/community/developer-forum/how-to-save-a-qr-code-to-an-image-field-via-a-script/m-p/1867312

https://www.servicenow.com/community/now-platform-articles/qr-code-code-generator-servicenow/ta-p/2323234
Regards,
Ankur
Certified Technical Architect  ||  10x ServiceNow MVP  ||  ServiceNow Community Leader

Hi @Ankur Bawiskar Above is not my requirement. There is one field string where third client sends a PNG file in form of URL. So, I have to just store it in Image field. I don't need to generate QR code.