Forum Post: Gauge In Account Page Refers To Another Object

  • Thread starter Thread starter Sofiane Bouziri
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top