Quantcast
Channel: Microsoft Dynamics GP Forum - Recent Threads
Viewing all articles
Browse latest Browse all 14686

MEM - Possible to apply to SQL Server user?

$
0
0

We have an MEM environment in GP where a user has access to only entities that they are assigned to.

We are looking at another third party application which accesses the SQL server database to populate SOs/Invoices from the SOP10100 table.

The objective is to limit what POs populate based on the entity access that a connection has with its SQL server authentication.

Is it possible to limit the access a SQL server user has based on the MEM setup? I don't mean roles where a user can't access entire modules like sales or purchasing, but entities within each module. 

If it helps the logic behind the MEM setup for SOP10100 is basically the following:

SELECT a.SOPNUMBE,
b.BSSI_Facility_ID

FROM SOP10100 a

INNER JOIN B3930100 b
ON a.SOPNUMBE = b.SOPNUMBE

WHERE b.BSSI_Facility_ID in (SELECT c.BSSI_Facility_ID from B3900200 c WHERE c.USERID = 'userid')


Viewing all articles
Browse latest Browse all 14686

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>