jen
06/07/2022, 10:32 PMRJMNS
06/07/2022, 11:42 PMtdietrich
06/08/2022, 3:50 AMSELECT TOP 10
TO_CHAR ( usrsavedsearchexec.dateexecuted, 'DS TS' ) AS DateTime,
BUILTIN.DF( usrsavedsearchexec.internalid ) AS Search,
Entity.altname AS User,
Role.Name AS Role
FROM
usrsavedsearchexec
INNER JOIN Entity ON
( Entity.ID = usrsavedsearchexec.executedentityid )
INNER JOIN Role ON
( Role.ID = usrsavedsearchexec.executedroleid )
ORDER BY
usrsavedsearchexec.dateexecuted DESC
RJMNS
06/08/2022, 2:51 PMjen
06/08/2022, 3:45 PMjen
06/08/2022, 4:23 PMjen
06/08/2022, 4:23 PMSELECT * FROM usrsavedsearchexec
returns 25 results only) though we run hundreds of searches daily and have been operating for 15 years on NetSuite.jen
06/08/2022, 4:24 PM-5050347871433095
battk
06/08/2022, 5:00 PMjen
06/08/2022, 5:15 PM