Attempting to build a new LMRK Transaction node so I can get all the location information to return for a .csv file. I plan on saving the data off to a variable and then to the .csv file.
I have a LMRK Transaction node to query the HRLocation business class. Here is the node... The only criteria is as shown.
Landmark:LMRK_Facility Executing transaction_dataArea=dev & _module="hr" & _objectName="HRLocation" & _actionName="Find" & _actionOperator="NONE" & _actionType="SingleRecordQuery" & _runAsUser="" & _pageSize="30" & _relationName="" & _setName="" & _asOfDate="" & _effectiveDate="" & HROrganization="1" & HRLocation & Description
When I run this, I get the following error. Nothing is returned.
Landmark:LMRK_Facility Application Error com.lawson.rdtech.type.DoesNotExistException: HR Location does not exist.
I can do a SQL in MSSS and I get all data returned. If I set HRLocation = to a specific item I get data. How can I get past this error and get all data to return?
THANKS!