cancel
Showing results for 
Search instead for 
Did you mean: 
nour_ashraf
Employee
Employee

Ever wonder who has been accessing Business Schemas?  We can get these details from the metadata DB by using this query:

SELECT us.`name`, sc.`name` FROM incorta_db_dev_523.ACTION ac 
join incorta_db_dev_523.`user` us on ac.userid = us.id and ac.tenantid = us.TENANTID
join incorta_db_dev_523.`schema` sc on sc.id = entityid
where sc.loaderdata is null and entitytype = 5;
Best Practices Index
Best Practices

Just here to browse knowledge? This might help!

Contributors
Version history
Last update:
‎03-01-2023 05:16 PM
Updated by: