キャンペーンの「実際の費用」項目を計算して埋めるクライアントスクリプト
キャンペーンの費用対効果分析を簡略化することを考えています。現在は集計用の関数項目を作成し、その項目を見ながら実際の費用を手打ちしていて、地味に手間となっています。
そこで、第一歩として、出展費用(API名:Exhibition_Fee)とレンタル費用(API名:Rental_Fee)と輸送費(API名:Transportation_Fee)を入力した際に、実際の費用(API名:Actual_Cost)を自動計算して埋めるクライアントスクリプトが書ければと考えています。まずは下記のページを参照に、後述のクライアントスクリプトを書いてみましたが、残念ながら機能しない状態です。
var Exhibition_Fee = ZDK.Page.getField('Exhibition_Fee').getValue();
var Rental_Fee = ZDK.Page.getField('Rental_Fee').getValue();
var Transportation_Fee = ZDK.Page.getField('Transportation_Fee').getValue();
ZDK.Page.getField('Actual_Cost').setValue(Exhibition_Fee + Rental_Fee + Transportation_Fee);
以前、カスタム関数講座には参加させていただきましたが、未だ初心者の域を出ず、ご支援いただけますと幸いです。
尚、もしこのクライアントスクリプトがうまく行けば、次は実際の費用を引き合い数で割り、引き合い獲得単価も自動計算しようと思っています。
Access your files securely from anywhere
Zoho Developer Community
Deliver unforgettable customer experiences
Deliver unforgettable customer experiences
New to Zoho Marketing Plus?
Everything you need to run your marketing
New to Zoho Marketing Plus?
Everything you need to run your marketing
Zoho Desk Resources
-
Desk Community Learning Series
-
-
-
-
-
-
-
-
-
Zoho TeamInbox Resources
Zoho DataPrep Resources
Zoho CRM Plus Resources
Zoho Books Resources
Zoho Subscriptions Resources
Zoho Projects Resources
Zoho Sprints Resources
Qntrl Resources
Zoho Creator Resources
Zoho Campaigns Resources
Zoho CRM Resources
Zoho Show Resources
Writer Get Started. Write Away!
Writer is a powerful online word processor, designed for collaborative work.