List of Contributions

Ray Smith

Contact Details

My Content

1 to 4 of 4 total
Posted By Ray Smith 09-23-2022 15:17
Found In Egroup: Precisely Enterworks
\ view thread
Hey Jon, Another SQL you can try is: SELECT s.internalRecordId FROM SKU_STAGING s LEFT JOIN AREA_STAGING a ON s.SKU_Number = a.SKU_Number and a.Status != 'Discontinued' WHERE a.SKU_Number is null This returns all records from SKU_STAGING and includes records from AREA_STAGING if the status ...
Posted By Ray Smith 03-25-2022 09:55
Found In Egroup: Precisely Enterworks
\ view thread
Hi Sonia, We are hosting EnterWorks and the DB in our own environment and connect to it via SSMS and .NET without issue. ------------------------------ Ray Smith | Manager, Data Engineering UnitedHealth Group | 801-982-3066 ------------------------------
Posted By Ray Smith 03-10-2022 16:01
Found In Egroup: Precisely Enterworks
\ view thread
We just upgraded to 10.4.3 and immediately noticed a strange UI display issue. Nearly everywhere that we have linked repos, the box is too small and the data is hidden. In the screen capture below, the display indicates there are 5 records on 1 page but does not display the data until you grab the bottom-right ...
Posted By Ray Smith 03-22-2021 12:57
Found In Egroup: Precisely Enterworks
\ view thread
We are using Selenium and the Chrome driver for automated UI testing. We setup a number of scripts to navigate through common use cases. Specifically, we added test scripts to capture rough points encountered in 10.2 such as filtering and cannot navigate to next page or filter and export produces file ...