S
Shiva Duriseati
Guest
Hi John, If your object uses both Average(decimal type) and Formula Field then you can use the server side API to get the value of Average and assign it to formula field. Example: In formula field section include the following code. var id="{!id}"; var arr=rbv_api.selectQuery("SELECT Average FROM ObjA where id=?", 1, {!id}); return arr[0][0]; Attaching app.xml for your reference. Please let me know incase you need any assistance. Regards, Shiva (Please visit the site to view this file)
Continue reading...
Continue reading...