I was able to figure this out...
I did ABL code on a data directive on table LicUser.
for last ttlicuser no-lock where
ttlicuser.SessionType <> "DC" :
find first userfile where
userfile.DcdUserID = ttlicuser.CurUserID and
userfile.CheckBox01 = true exclusive-lock no-error.
if avail userfile then do:
{lib\PublishEx.i &ExMsg = "'Test '"}
end.
end.
Marco Vissuet
Systems Engineer
Pacific Contours Corporation
Cell (619)507-2311
Anaheim Office (714) 693-1260
San Diego Office (619)670-3900
Fax (714) 693-1252
mvissuet@...<mailto:marcov@...>
http://www.pacificcontours.com/
"The information contained herein may be subject to the International Traffic in Arms Regulations (ITAR) Warning: - This document contains data whose export is restricted by the Arms Export Control Act (Title 22, U.S.C., Sec 2751, et seq.) as amended, or the Export Administration Act (Title 50, U.S.C., App 2401 et seq.) as amended. Violations of these export laws are subject to severe criminal and civil penalties. Disseminate in accordance with provisions of DoD Directive 5230.25.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Ted Koch
Sent: Wednesday, July 31, 2013 8:27 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Preventing users from logging in to Epicor
I don't know of any settings under user security, you could always uninstall the client and have only MES on the machine(s).
________________________________
From: supertico05 <mvissuet@...<mailto:mvissuet%40pacificcontours.com>>
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Sent: Wednesday, July 31, 2013 11:18 AM
Subject: [Vantage] Preventing users from logging in to Epicor
Is there a way to have users only have access to MES and prevent them from logging in to Epicor?
They need access to a lot of modules... all which can be accessed through MES...
on Epicor 9.05.606
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]
I did ABL code on a data directive on table LicUser.
for last ttlicuser no-lock where
ttlicuser.SessionType <> "DC" :
find first userfile where
userfile.DcdUserID = ttlicuser.CurUserID and
userfile.CheckBox01 = true exclusive-lock no-error.
if avail userfile then do:
{lib\PublishEx.i &ExMsg = "'Test '"}
end.
end.
Marco Vissuet
Systems Engineer
Pacific Contours Corporation
Cell (619)507-2311
Anaheim Office (714) 693-1260
San Diego Office (619)670-3900
Fax (714) 693-1252
mvissuet@...<mailto:marcov@...>
http://www.pacificcontours.com/
"The information contained herein may be subject to the International Traffic in Arms Regulations (ITAR) Warning: - This document contains data whose export is restricted by the Arms Export Control Act (Title 22, U.S.C., Sec 2751, et seq.) as amended, or the Export Administration Act (Title 50, U.S.C., App 2401 et seq.) as amended. Violations of these export laws are subject to severe criminal and civil penalties. Disseminate in accordance with provisions of DoD Directive 5230.25.
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of Ted Koch
Sent: Wednesday, July 31, 2013 8:27 AM
To: vantage@yahoogroups.com
Subject: Re: [Vantage] Preventing users from logging in to Epicor
I don't know of any settings under user security, you could always uninstall the client and have only MES on the machine(s).
________________________________
From: supertico05 <mvissuet@...<mailto:mvissuet%40pacificcontours.com>>
To: vantage@yahoogroups.com<mailto:vantage%40yahoogroups.com>
Sent: Wednesday, July 31, 2013 11:18 AM
Subject: [Vantage] Preventing users from logging in to Epicor
Is there a way to have users only have access to MES and prevent them from logging in to Epicor?
They need access to a lot of modules... all which can be accessed through MES...
on Epicor 9.05.606
------------------------------------
Useful links for the Yahoo!Groups Vantage Board are: ( Note: You must have already linked your email address to a yahoo id to enable access. )
(1) To access the Files Section of our Yahoo!Group for Report Builder and Crystal Reports and other 'goodies', please goto: http://groups.yahoo.com/group/vantage/files/.<http://groups.yahoo.com/group/vantage/files/>
(2) To search through old msg's goto: http://groups.yahoo.com/group/vantage/messages
(3) To view links to Vendors that provide Vantage services goto: http://groups.yahoo.com/group/vantage/linksYahoo! Groups Links
[Non-text portions of this message have been removed]
[Non-text portions of this message have been removed]