Hello all, I am attempting to pull effective dated request data via Landmark Transaction Node, much like an action request would provide, but I am seeing the syntax doesn't match up. When I attempt to find data(ex. NameChange action on Employee Business class), it gives the Action Request ID not found error. This is a future effective dated action. Below is an attempt(Also tried different actionName values like FindChangeName, FindMergedNameChange, FindChangedName, etc...):
_dataArea="lmghr" & _module="hr" & _objectName="Employee" & _actionName="FindNameChange" & _actionOperator="NONE" & _actionType="SingleRecordQuery" & _runAsUser="" & _authenticatedUser="" & _pageSize="30" & _relationName="" & _setName="" & _asOfDate="20170815" & _effectiveDate="20170815" & ActionRequest="015b9a17-cad5-0000-003b-86d0538f85a8" & Employee_effective_date & Employee_action_comment & Employee_reason_code & NewEmailAttachment.Title & NewFormerName.FamilyName & NewFormerName.GivenName & NewFormerName.MiddleInitial & NewFormerName.MiddleInitialPlus & NewFormerName.MiddleInitialPlusDot & NewFormerName.PresentationName & etc...
It appears there is no action request ID associated with these kind of requests, so the question is, can this data be pulled and how?