最近の検索


最近の検索はありません

TAN BING's Avatar

TAN BING

参加日2021年10月16日

·

前回のアクティビティ2023年12月27日

フォロー中

0

フォロワー

0

合計アクティビティ

30

投票

1

受信登録

4

アクティビティの概要

さんの最近のアクティビティ TAN BING

TAN BINGさんがコメントを作成しました:

コミュニティのコメント Q&A - Objects, workspaces, and rules

HI Trapta,

Nice to hear you. Yes, I tried already but noluck. I removed all unnecessary code as below but still not able to auto fill in "Normal" in Priority field. Would you please help.

 

// add JQuery to Prepopulate the fields (subject & description ) of custom ticket forms
$(document).ready(function(){
var ticketForm = location.search.split('ticket_form_id=')[1];
if(ticketForm == 900001605023) {
//alert("Enter End-user Interface 2");

// Query ID
$("#request_custom_fields_900010029806").change(function () {
var category_1 = $('#request_custom_fields_900010029806').val();

if (category_1 == "query-_id"){
document.getElementById('#request_priority_label').nextSibling.innerText = 'normal';
}
});
}
});

 

コメントを表示 · 投稿日時:2021年7月31日 · TAN BING

0

フォロワー

1

投票

0

コメント


TAN BINGさんがコメントを作成しました:

コミュニティのコメント Q&A - Objects, workspaces, and rules

Dear All,

It still not work. Not sure if anyone can help? Tks first for your help.

Rang

コメントを表示 · 投稿日時:2021年7月31日 · TAN BING

0

フォロワー

0

投票

0

コメント


TAN BINGさんがコメントを作成しました:

コミュニティのコメント Q&A - Objects, workspaces, and rules

HI Trapta, 

Tks. I have submit a ticket in https://moderatortrapta.zendesk.com/ with #21. You may check. Let me know

Rgds

Tan Bing

コメントを表示 · 投稿日時:2021年7月29日 · TAN BING

0

フォロワー

0

投票

0

コメント


TAN BINGさんがコメントを作成しました:

コミュニティのコメント Q&A - Objects, workspaces, and rules

HI Trapta, 

I tried below but noluck as well.

document.getElementById('#request_priority_label').nextSibling.innerText = 'normal';

コメントを表示 · 投稿日時:2021年7月28日 · TAN BING

0

フォロワー

0

投票

0

コメント


TAN BINGさんがコメントを作成しました:

コミュニティのコメント Q&A - Objects, workspaces, and rules

I tried below don't work as well.

document.getElementByClass('#nesty-input').nextSibling.innerText = 'normal';

コメントを表示 · 投稿日時:2021年7月28日 · TAN BING

0

フォロワー

0

投票

0

コメント


TAN BINGさんがコメントを作成しました:

コミュニティのコメント Q&A - Objects, workspaces, and rules

HI Trapta, 

Seems there is no ID for priority field as below. And i tried both 2 below commands don't work. Would you please advise.

document.getElementById('#request_priority').nextSibling.innerText = 'normal';

document.getElementById('#request_priority').nextSibling.innerText = 'Normal';

コメントを表示 · 投稿日時:2021年7月28日 · TAN BING

0

フォロワー

0

投票

0

コメント


TAN BINGさんがコメントを作成しました:

コミュニティのコメント Q&A - Objects, workspaces, and rules

Hi Trapta,

Tks for your info. If any example hoe to change the priority by script? I tried "$('#request_priority').val('Normal');" in script.js but unsuccessful. 

コメントを表示 · 投稿日時:2021年7月25日 · TAN BING

0

フォロワー

0

投票

0

コメント


TAN BINGさんがコメントを作成しました:

コミュニティのコメント Q&A - Objects, workspaces, and rules

Hi Edwin,

We try to assign a default value but will allow end-user to change it.

Yes, I am using condition field but seems it only allow me show "Priority" instead of assign a value (such as Normal) to it. If any way we can do it? Should we do it by add in some coding in script.js?

コメントを表示 · 投稿日時:2021年7月23日 · TAN BING

0

フォロワー

0

投票

0

コメント


TAN BINGさんがコメントを作成しました:

コミュニティのコメント Q&A - Objects, workspaces, and rules

HI Edwin Schukking/Chandra Robrock,

Tks for you advice. But seems the trigger/automations only take in place after the ticket is created. I hope can assign a value during the ticket creation. Something like below attachment. Once the requester select one value from "MFC Ops Team" dropdown list, the "Normal" to be auto assign to "Priority". Not sure how to do it? Tks for your help first.

コメントを表示 · 投稿日時:2021年7月23日 · TAN BING

0

フォロワー

0

投票

0

コメント


TAN BINGさんが投稿を作成しました:

投稿 Q&A - Objects, workspaces, and rules

Dear All, 

As you know, there is dropdown list for Priority. We hope able to base on some condition to auto populate some value for Priority field. May I check with you how can we do it?

Rgds

Tan Bing

投稿日時:2021年7月23日 · TAN BING

1

フォロワー

5

投票

26

コメント