Click here to Skip to main content
15,891,431 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello all,

The details are like below.

WorkFlow is created which will start when "Record is assigned" of Entity "Case".

Now the steps will be like below.

1. Check Condition :-
-> one "Option Set field value of Case Entity" is equal to one option.
-> then stop the workflow with status "Cancelled".

2. Check Condition :-
-> if Case statuscode is Resolved,   
   then 
        a-> if one "bit field value of Case Entity" is equal to yes,
            update the Case Entity.

        b-> Check Condition :- 
            if Customer field of Case Entity contains data
            then
                Send Email -> which will include the "title" attribute of "Subject" Entity (Related with Case Entity).


So, here the title of Subject Entity is not getting populated in the dropdown.

Refer Screenshot - CRM2011_WorkFlow_Subject_Title_Issue.

So, guide me what to do ?

Thanks,
Tadit

1 solution

My team mates finally helped me in resolving this isssue.

We created one custom WorkFlow, which will fetch the Subject Entity Title before the email.
The Subject Entity is a lookup in Case Entity, so we can get the value and store that in another attribute.

Now, in the email step we will just fetch this new attribute data and assign in the Subject of email.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900