Passing Access Request's Comments to Before Operation Rule

Hello All,
I was just wondering if anyone had luck reading Access Request’s comments into Webservices Before Operation Rule?
Would that be even possible?
I tried plan.getComments() and also accountRequest.getComments() and both of them returned a null. :frowning:
Any help is greatly appreciated.

1 Like

HI @ahajeebu,

I have not tried for Webservice before operation rule, but for AD AfterModify rule I am using below in powershell script to fetch access request comments.

$comments= $requestObject.AttributeRequests.Attributes.comments

See if this helps.

Thanks.

Sure, I’ll give it a try. Thank you!

@ahajeebu @nikhlesh21

I too am looking for the comments to be retrieved in Before provisioning rule. Any insights from you end on how we can do that?

Thanks,
Arshad.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.