USP_DATALIST_ACCOUNTINGELEMENTSECURITYGROUP
This data list returns all accounting element security groups.
Definition
Copy
create procedure dbo.USP_DATALIST_ACCOUNTINGELEMENTSECURITYGROUP
as
set nocount on;
select ID, NAME, DESCRIPTION
from dbo.ACCOUNTINGELEMENTSECURITYGROUP