Is it possible to have multiple criteria in a filter string in a trx node for landmark:
_dataArea="<!appProdline>" & _module="hr" & _objectName="EmployeeIdentificationNumber" & _actionName="Find" & _actionOperator="NONE" & _actionType="MultipleRecordQuery" & _runAsUser="" & _authenticatedUser="" & _pageSize="30" & _filterString="PartOfIdentificationNumber= "<!poSS>" %26 IdentificationNumberDisplay= "<!SS>"" & _relationName="" & _setName="" & _asOfDate="" & _effectiveDate="" & HROrganization="1000" & IdentificationNumber="" & IdentificationNumberDisplay="" & PartOfIdentificationNumber & Employee & EmployeeIdentificationNumber
I tried this:
"PartOfIdentificationNumber= "<!poSS>" %26 IdentificationNumberDisplay= "<!SS>""
and this:
"PartOfIdentificationNumber= "<!poSS>" & IdentificationNumberDisplay= "<!SS>""
But its not working.
This new field search PartOfIdentificationNumber= <!poSS> is supposed to speed up the search of SS#'s in your system. You feed it the 2nd, 4th, 6th and 8th character and it will bring back matches very quickly...now I just need to get the exact match.
Thanks! Chris