Using HTML field to add video to a record producer on PORTAL

Terri Welch
ServiceNow Employee
ServiceNow Employee

I am using a HTML field on a Record Producer on the PORTAL.  The 'Video' icon is NOT available.  Can I get a video input into a HTML variable field? 

find_real_file.png

1 ACCEPTED SOLUTION

Miguel Donayre
ServiceNow Employee
ServiceNow Employee

Hi Terri,

There is a known bug with the Portal TinyMCE field editor. The portal setup uses a different TinyMCE field editor than the back end. The one that the portal uses, the options are fixed, which is why the video option is missing, and you cannot add it. Attachment without the HTML field is a way o handle it, OR you can use the db_video table map to an RP. The only issue is you will have to reactive the edit/create acl on the video table. 

https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0688828

View solution in original post

13 REPLIES 13

I also got the similar requirement, for this I used Image Icon Only for Both Images/Videos upload.

Thanks,
Shakeel Shaik 🙂

Once the Record Producer is submitted, here is what the field looks like in the background:
find_real_file.png

The 'picture' does NOT play the video.  The video does however, attach to the record.  If I have more than ONE video field - you cannot determine which video applies to which field.

Whatever we add here, they all get stored in sys_attachment table.

 

Just now i added one video,

Portal view:

 

 

 

 

 

Platform view:

 

 

Yes, You are right, we cannot determine which video applies to which field.

 

 

 

Thanks,
Shakeel Shaik 🙂

Thank you for the confirmation

Hi @Terri Welch 

 

 

If my response is helpful, then Please mark as Correct Answer/Helpful.

Please check and let us know.

Thanks 🙂

Shakeel Shaik.

Thanks,
Shakeel Shaik 🙂