How can we set a company wide setting from javascript?

Posted by Rollbase User on 08-Sep-2012 14:16

The documentation is clear on how we can read a company wide setting but there is no information on how we can set them from javascript. Is there a javascript function similar to this ? rbv_api.setFieldValue("$SETTINGS", {!#SETTINGS.id}, "price", 99.99);

All Replies

Posted by Admin on 09-Sep-2012 00:23

I think your code should work fine.

Posted by Admin on 09-Sep-2012 22:59



You are right, the code is working.

It is working in trigger, but unfortunately not in templates or reports...



Either, the formula or the token {!#SETTINGS.id} would be a nice addition to the template helper.



This thread is closed