- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
10-18-2023 09:26 PM - 編集済み 10-18-2023 09:27 PM
Hi @MM0618
Yes, you can find Client Script on the Navigation Menu. => System Definition > Client Scripts
Or just use this URL to open it.
URL: https://<instance_name>/sys_script_client_list.do
Here is the sample script.
function onLoad() {
g_form.setLabelOf('short_description', 'Title of issue');
}
let me know if it works for you.
Cheers,
Tai Vu
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
10-18-2023 09:26 PM - 編集済み 10-18-2023 09:27 PM
Hi @MM0618
Yes, you can find Client Script on the Navigation Menu. => System Definition > Client Scripts
Or just use this URL to open it.
URL: https://<instance_name>/sys_script_client_list.do
Here is the sample script.
function onLoad() {
g_form.setLabelOf('short_description', 'Title of issue');
}
let me know if it works for you.
Cheers,
Tai Vu
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
10-18-2023 09:38 PM
Hi, @Tai Vu
Thank you. It worked fine.