Quantcast
Channel: SCN : Unanswered Discussions - BI Platform
Viewing all articles
Browse latest Browse all 5661

Populating Employee Responsible on Task in After Modify event

$
0
0

Hi, I have a requirement to code the After Modify event of Task Extended BO. If the Category on the task has some specific value, then the Owner needs to change.

Below is the code I have put in the After Modify event:

 

var elActivityParty : elementsof Activity.Party;

if(this.GroupCode.content = "Z001")

{

elActivityParty.PartyName = "Sumeet Narang";

this.EmployeeResponsibleParty.Create(elActivityParty);

}

 

I am getting the error "Please enter a party with role Employee Responsible". The Employee Responsible is getting created, but the ID is blank. Also I am not able to change the PartyID as it is a read only field. What else needs to be done in this case?


Viewing all articles
Browse latest Browse all 5661

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>