Taregte_name and target_id in task result

HI Team,

How can i insert target_name and target_id into task result, i have been noticed these attributes are not populating for few task results which triggered for life cycle events

@sureshbomm You might want to attach few screenshots to explain your issue better.


I have been looking for trget_name and targte_id to update in task_result table after event triggered

@sureshbomm Interesting use case.. i just checked, target_class is only populated with Identity and ManagedAttribute and is null for most of the line items,

What is the use case you are trying to achieve with these columns?

We have a requirement to pull the list of users which have been triggered a particular event in the last 24 hrs and we should get few attribute values from source link and AD link by using that identity. so, I’m checking the task result target identity.

Need to prepare the csv file with this information and send a mail to respective DLs

@sureshbomm You can get it from Audit Event.. You can query action=identityLifeCycleEvent along with string1 to string4 to figure out how many users are triggered for any specific event.

Thanks for the suggestions, I would like to know how this values are getting update in task result table.