2 answers
HI Rakesh, Try below validation rule
Hope this helps you. Please mark this answer as best so that others facing the same issue will find this information useful. Thank youAND (
ISCHANGED (Status__c),
ISPICKVAL( PRIORVALUE (Status__c), 'Draft'),
(ISBLANK(partsorderlines__c))
)