User Security Blank Title 91335

One option is to add that form under a menu that the user does have
access to, and make sure they have access to this form.



From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf
Of dhilliard35
Sent: Wednesday, January 23, 2013 10:27 AM
To: vantage@yahoogroups.com
Subject: [Vantage] User Security





I have a user that needs access to Quanity Adjustment under Inventory
Management
under Material Management.

My problem is that the user cannot have access to Financials and is also
not the
primary buyer.

Any help would be greatly apprecieated.





[Non-text portions of this message have been removed]
Hello Everyone,

I'm looking for a way to lock my users out of being able to create a new customer. I'd like them to be able to edit existing customer data (with some exceptions, but I think I have that figured out.). Is this a Business Object? I'm not sure where to look for this.

Thanks in advance,

Leslie Martin
Allwire Inc.




[Non-text portions of this message have been removed]
Hi Leslie,

Create a BPM on the Customer.GetNewCustomer method. This is done in System
Management | Business Process Management | Setup | Method Directives. Start
by selecting the Customer object and then search and select for the
GetNewCustomer method in the list.

Create a new pre-processing directive and name it whatever makes sense.

Create a new condition to select either the group or employees you want it
to apply to.

Create a new Action that raises an exception based on designed template.
Enter the message data in the template.

Enable the BPM and try it.

Let me know if you have any trouble.

Ross

-----Original Message-----
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Leslie Martin
Sent: Thursday, June 24, 2010 5:34 PM
To: Vantage Usergroup
Subject: [Vantage] User Security

Hello Everyone,

I'm looking for a way to lock my users out of being able to create a new
customer. I'd like them to be able to edit existing customer data (with some
exceptions, but I think I have that figured out.). Is this a Business
Object? I'm not sure where to look for this.

Thanks in advance,

Leslie Martin
Allwire Inc.




[Non-text portions of this message have been removed]



------------------------------------

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/.
(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
Another option is to use Process Security. That is in a System Management subfolder as well.

It is the same object/method configuration. Choose the Customer Object. Create a new method and select the GetNewCustomer method.

From there it is the same as standard user/group security.

The advantage of BPM is you can trigger different events (e.g., email) if desired and you can also customize the exception message.

Process Security works well and may be easier to configure/manage.

Either way will get you there.

Ross

--- In vantage@yahoogroups.com, "Ross Hughes" <ross.hughes@...> wrote:
>
> Hi Leslie,
>
> Create a BPM on the Customer.GetNewCustomer method. This is done in System
> Management | Business Process Management | Setup | Method Directives. Start
> by selecting the Customer object and then search and select for the
> GetNewCustomer method in the list.
>
> Create a new pre-processing directive and name it whatever makes sense.
>
> Create a new condition to select either the group or employees you want it
> to apply to.
>
> Create a new Action that raises an exception based on designed template.
> Enter the message data in the template.
>
> Enable the BPM and try it.
>
> Let me know if you have any trouble.
>
> Ross
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> Leslie Martin
> Sent: Thursday, June 24, 2010 5:34 PM
> To: Vantage Usergroup
> Subject: [Vantage] User Security
>
> Hello Everyone,
>
> I'm looking for a way to lock my users out of being able to create a new
> customer. I'd like them to be able to edit existing customer data (with some
> exceptions, but I think I have that figured out.). Is this a Business
> Object? I'm not sure where to look for this.
>
> Thanks in advance,
>
> Leslie Martin
> Allwire Inc.
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> 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/.
> (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
>
Thanks, Ross, the process security worked like a charm!




________________________________
From: rossh777 <ross.hughes@...>
To: vantage@yahoogroups.com
Sent: Fri, June 25, 2010 5:28:56 AM
Subject: [Vantage] Re: User Security

Â


Another option is to use Process Security. That is in a System Management subfolder as well.

It is the same object/method configuration. Choose the Customer Object. Create a new method and select the GetNewCustomer method.

From there it is the same as standard user/group security.

The advantage of BPM is you can trigger different events (e.g., email) if desired and you can also customize the exception message.

Process Security works well and may be easier to configure/manage.

Either way will get you there.

Ross

--- In vantage@yahoogroups.com, "Ross Hughes" <ross.hughes@...> wrote:
>
> Hi Leslie,
>
> Create a BPM on the Customer.GetNewCustomer method. This is done in System
> Management | Business Process Management | Setup | Method Directives. Start
> by selecting the Customer object and then search and select for the
> GetNewCustomer method in the list.
>
> Create a new pre-processing directive and name it whatever makes sense.
>
> Create a new condition to select either the group or employees you want it
> to apply to.
>
> Create a new Action that raises an exception based on designed template.
> Enter the message data in the template.
>
> Enable the BPM and try it.
>
> Let me know if you have any trouble.
>
> Ross
>
> -----Original Message-----
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
> Leslie Martin
> Sent: Thursday, June 24, 2010 5:34 PM
> To: Vantage Usergroup
> Subject: [Vantage] User Security
>
> Hello Everyone,
>
> I'm looking for a way to lock my users out of being able to create a new
> customer. I'd like them to be able to edit existing customer data (with some
> exceptions, but I think I have that figured out.). Is this a Business
> Object? I'm not sure where to look for this.
>
> Thanks in advance,
>
> Leslie Martin
> Allwire Inc.
>
>
>
>
> [Non-text portions of this message have been removed]
>
>
>
> ------------------------------------
>
> 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/.
> (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]
I have a user that needs access to Quanity Adjustment under Inventory Management under Material Management.

My problem is that the user cannot have access to Financials and is also not the primary buyer.

Any help would be greatly apprecieated.
I have a user that needs access to Quanity Adjustment under Inventory Management
under Material Management.

My problem is that the user cannot have access to Financials and is also not the
primary buyer.

Any help would be greatly apprecieated.