Sage SalesLogix
  • Contact Us
  • Sage North America
800-643-6400
Welcome Twitter Facebook LinkedIn
Community Home Blogs Share Ideas Search Request Access Resources
Reply
New Member
lamatucc
Posts: 4
Registered: 09-01-2010

Delete capability in Web 7.5 SP2

All of our users have the ability to delete records in the detail view of Contacts, Accounts and Leads by clicking the red X...not just Admins and power users. How can we change this so users cannot delete records? Thanks

Please use plain text.
Bronze Elite Contributor
apfingstl
Posts: 898
Registered: 04-08-2009

Re: Delete capability in Web 7.5 SP2

An easy way is in 7.5.3 with the new applied security.

In 7.5.2 you could use the userinfo table, store a string like CanDelete in one of the user's text fields, which you can manage in the administrator.

Then write a load action where you access the current user and read out this value.

You then can enable disable the button depending on the value.

Or make the button invisible.

 

Thanks! Alexander

Please use plain text.
Nickel Super Contributor
dennissekulic
Posts: 105
Registered: 11-11-2009

Re: Delete capability in Web 7.5 SP2

The fact that Sage missed this in 7.5.2 really burned me at the start.  When it was all said and done I must have restored data sets at least a dozen times....

Please use plain text.