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
SFDC@ChennaiSFDC@Chennai 

how to give InputText in formula field

Hi 
 
I have two object

1. Opportunity-Std Object
2.Books-custum Object

this both are in Look-up relation 

i created a 

<apex:inputText label="{!amt2}" value="{!month1}"/>---- in std object

in custum Object.
i create a formula field names test and in formula i gave  month1

User-added image

its showing error any any one help me out pls ?

i want to get the value what ever entered in month1 in std object to cust object in test.

Vatsal KothariVatsal Kothari
Hi,

You can not do like this, you have to store value of inputText inside any object's field, and create one formula field(test) with text data type, refer that field in formula field.

Thanks,
Vatsal