S
Sofiane Bouziri
Guest
Hi, I created a gauge in the account object to present the number of invoices related to the current Account. I add this formula, in the debug it returns the correct number but when i added the Gauge to an Account page there is no data. var acct = rbv_api.getFieldValue("account",{!id}, "account_number"); return rbv_api.selectNumber("SELECT count(*) FROM invoice_ where account_number_ = ? ",acct); Thanks,
Continue reading...
Continue reading...