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
JitendraJitendra 

How to change the value of Date type of field depending on the value of Picklist selected.

Hi,

I have to change the Date type of field depending on the value of picklist selected.

I tried using the formula field , but the problem is that it is read only and it is not visible on edit or create new opportunity screen.
formula field is workin fine but it is invisible at the time of creating opportunity.

Can anybody tell how to write formula for picklist?
there is no formula editor for picklist type of field. :smileysad:

Please help me.

Thanks in advance.

Regards,
Jitendra zaa
devNut!devNut!
Do you want the date field to be changed dynamically on the page layout ?

If so, I think you'll have to explore visualforce.  The standard page layout would not support this.

JitendraJitendra

can S-COntrol work on edit page time ? i mean when i create or update the contents ? S-Control run only when i save something or update something.

it is not running at input time.