Post

2 followers Follow
0
Avatar

Checking Resource job title is available in Project Job title list in a workflow

Hi,

While mapping a resource to a task, how to validate the resource Job title is available in Project Job title list using a Validation Rules?

Thanks

Balamurugan P Answered

Please sign in to leave a comment.

1 comment

2
Avatar

Hi Balamurugan P,

Try this as the base for the validation rule (on Resource link) criteria :

GetLink('ResourceLink',$workitem.project,$resource.jobtitle) = null

(you may want to finetune this, but the basically GetLink is what you're looking for)

Hope this helps,

Ophir

Ophir Kenig 2 votes
Comment actions Permalink