Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

レコードプロデューサーの変数に入力された値を、別の変数にセットしたい

mari harai
Tera Contributor

こんにちは。初学者です。

レコードプロデューサーで作成した申請書から自動でインシデントを起票しています。申請書類の変数Aに入力された値を、変数Bに自動でセットしたいのです。

それでカタログクライアントスクリプトに以下の様に記載しましたが、値はセットされません。

変数A:reopened_by / 変数B:u_toiawasesya


どうすれば良いか教えていただけますか? 


function onSubmit() {
var reopened_by_name = g_form.getValue('reopened_by');
if (reopened_by_name ==''){
return;
}
jslog("クライアントスクリプト onSubmit()"); // function onSubmit()内ロギング
// jslog('reopened_by_name =' + reopened_by_name);
g_form.setValue('u_toiawasesya',reopened_by_name);
}

 

また、jslog を指定して g_form.getvalue() の値を確認しようとしましたが、JavaSript ログには表示されませんでした。

JavaScript ログの中で気になったのは、以下などです。

 

15:45:50 (382)incident_list.doUnloaded table does not match current table incident

15:45:50 (933)incident.doGlideTabs2 findTabIndexByID could not find incident.REL:8f576281c3100200e280dccdf3d3aed8
15:48:49 (393)incident.do[00:00:00.204] *** WARNING *** GlideAjax.getXMLWait - synchronous function - processor: UserPreference

0 REPLIES 0