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
jaxdmasterjaxdmaster 

Dependent field

Hi Guys,

 

I've created a Approval process of two steps on some object.

1st Step:

Status: New

Completed Date: blank

 

2nd Step:

Status: Approved

Completed Date: 8/8/2011

 

As you can see there is no sense of showing completed date on 1st step as record is not approved. I want to disappear Completed Date field in step 1 and want to visible in step-2. How can I do it?

 

 

Thanks

CLKCLK

As per my understanding, the fields you selected to be shown on Approval page will be same for all stages. You can't have different layout for diff. stages. May be u can have validation rule in first stage which restrict user for puting value in date field when status is new.