-
I guess it's just the nature of data driven applications (from a single source db) with no abstractions in between. It just makes for a very long tail when attempting to customize and change things.
thx
-
Thx for the ideas. I'm already doing a lot of customization to this application so staying with the built-in Method security (roles/users) features would be a big benefit if at all possible.
My Solution: I wound up removing the 'Delete' link from the ItemList grid and adding a Delete button (as link) to the ItemInventory screen ...
-
How can I secure a link (or any column) in a Grid? For example: I don't need my salesmen deleting Items. Can I prevent them from seeing and/or clicking the 'Delete' link for Items in the grid? Can I effectively hide a column in a grid based on security?
Thanks...
-
Rather than a SalesRep initial, I want to use a new field called PreferredName I added for each Rep (via Employee). I want to see this in a column on the Customer Contacts grid (I'm customizing it).
I couldn't modify how the SalesRep dropdown was linked to Customer, so I had to first remove it (from the edit customer screen, and then from ...
-
Thx. That's what I planned on doing...just wondering if anyone had any other slick examples of something unique that I hadn't thought of.
Thx again!
-
Will check it out...thanks!
-
I'm looking at making a dashboard consisting of the common functions and views that different people in my company would typically need. Talking buttons, and lists of stuff from many different tables in Method...
For sales, I'm looking at creating sections for Estimates and Sales Orders with buttons/links to new Estimates and SOs along ...
-
Nevermind.......I was momentarily confused b/c I had some default email prefs set and had some weird settings for a test user. I got it now.
This post never happened
-
I want my users to send email from inside Method using their own email accounts. E.g. when customers receive an email from my salesmen via Method, they can reply directly to them, rather than a default company email account.
How can I allow my users to set up their own email preferences so I (as the Admin) don't have to enter their email ...
-
Finally getting around to looking at the detail sorting again.
The detail sections in my report are sorted by Ascending date field, yet the records with an empty date are still showing up first in the list. The remaining records are sorted by date correctly.
Is there some other special trick to sort records by ascending date field but have the ...