Hi
If I include a field like PrimaryWorkAssignment.HROrganizationUnit.Description on the LPL customized forms like Employee at a Glance it works but I am unable to do so in IPA
It only seems to work till PrimaryWorkAssignment.HROrganizationUnit level when trying to fetch data.
However PrimaryWorkAssignment.HROrganizationUnit.Description values works in filters on the Employee business class.
I have a workaround but wanted to know if this is a limitation in IPA or a bug.
_dataArea="<!appProdline>" & _module="hr" & _objectName="Employee" & _actionName="Find" & _actionOperator="NONE" & _actionType="MultipleRecordQuery" & _runAsUser="" & _authenticatedUser="" & _pageSize="300" & _filterString=PrimaryWorkAssignment.HROrganizationUnit.Description="XYZ" & _relationName="" & _setName="SymbolicKey" & _asOfDate="" & _effectiveDate="" & HROrganization="123" & Employee & PrimaryWorkAssignment & PrimaryWorkAssignment.HROrganizationUnit & PrimaryWorkAssignment.HROrganizationUnit.Description