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
txmapptxmapp 

status model picklist


Hi

 i  have custom object winth a status field it 's a picklist with the values (new,on hold,rejected,interview,hire), i want to show only the values depend of the actual value,

or validate 

 

 

Possiblity to change the Status

 

From    To

new-  on hold

new-rejected

on hold-interview

interview-hire

interview-rejected

 

System should not allow to change the Status

 

From                To

on hold- new

rejected-new

interview-new

hire-new

hire-onhold

hire-rejected

 

 

i hear about state model but i don't know how ,can somebody help me??

 

skodisanaskodisana

Hi,

 

Create the different record types depending on the available picklist values and flip the recordtypes using workflows depending on selected picklist value.

 

Thanks,

Srikanth. K

Teach_me_howTeach_me_how

maybe dependent picklist will help. explore "dependent picklist"