Recent searches


No recent searches

Satoshi Miyamoto's Avatar

Satoshi Miyamoto

Joined Apr 16, 2021

·

Last activity Sep 28, 2022

Following

0

Followers

0

Total activity

5

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Satoshi Miyamoto

Satoshi Miyamoto commented,

Community comment Feedback - Ticketing system (Support)

How about the following?

/* custom code - Anita rajkumar */
/*Customer Account Number-Servicing*/
document.querySelector("#request_custom_fields_360048624891_hint").innerHTML = '"https://medlineqa1634822488.zendesk.com/hc/en-us/articles/6152757011348-pMDR-Keywords"  target="_blank">"color: red; text-decoration: underline; font-size: 14px">Attention: If issue reported is an Possible MDR - ‘STOP and file a SAP Notification or call Customer Service 800-633-5463’';

 

Single quotes should only be applied outside of the tag.

View comment · Posted Sep 28, 2022 · Satoshi Miyamoto

0

Followers

0

Votes

0

Comments


Satoshi Miyamoto commented,

Community comment Feedback - Ticketing system (Support)

Anita Rajkumar

I cannot reproduce the issue, but how about changing double quotes to single as below:

 

document.querySelector(...).innerHTML = '...'

 

View comment · Posted Sep 27, 2022 · Satoshi Miyamoto

0

Followers

0

Votes

0

Comments


Satoshi Miyamoto commented,

Community comment Feedback - Ticketing system (Support)

@...

I think it should be defined in new_request_page.hbs.

View comment · Posted Oct 19, 2021 · Satoshi Miyamoto

0

Followers

0

Votes

0

Comments


Satoshi Miyamoto commented,

Community comment Feedback - Ticketing system (Support)

I have solved the issue with the following customize.

1. document_head.hbs

  add following script

  

  Ref: https://support.zendesk.com/hc/en-us/articles/360037983854-Importing-or-upgrading-jQuery 

 

2. new_request_page.hbs

  add following

View comment · Posted Apr 03, 2021 · Satoshi Miyamoto

0

Followers

1

Vote

0

Comments