function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
A.ZaykovA.Zaykov 

Pass value from visualforce page a custom field

Hi guys,

Is there a posibility to pass the value of:

<apex:outputText value="{!Sum}"/> to a custom field on the account object ?

Thanks
brahmaji tammanabrahmaji tammana
Ofcourse, anything is possible :)

You can try action function to achieve this..

Let me know if you need any example.

Thanks,
Brahma
brahmaji tammanabrahmaji tammana
Your sum variable contains the target value. You can update the same to a Custom field.

if you can give more details and the piece of code which you have written will be more helpful. 

Thanks,
Brahma