fmow Posted July 9, 2013 Posted July 9, 2013 I d like to have a few customizations to my layouts based on the account (which is in another table employee data) using them. Namely I 'd like each employee to have their own landing page with their data, and the layouts to sort which projects to show based on said account/employee. Shouldn't be too hard I guess, but I am clueless as to how to go about with it.
Brooks Posted July 9, 2013 Posted July 9, 2013 File> file options > script triggers > OnFirstWindowOpen run a script that uses get ( accountname ) and go to layout based on the user. 2
webko Posted July 10, 2013 Posted July 10, 2013 Sounds more like you would want the same layouts, but for each user to only see their information - in which case, Record Level Access is probably more what you are after... 1
fmow Posted July 10, 2013 Author Posted July 10, 2013 File> file options > script triggers > OnFirstWindowOpen run a script that uses get ( accountname ) and go to layout based on the user. Hi Brooks, many thanks, I 'll give what you suggested a go. I hope it works with iwp too. Sounds more like you would want the same layouts, but for each user to only see their information - in which case, Record Level Access is probably more what you are after... Precisely. I am not sure what I should be doing via record level access. I have been reading on it for the past couple of hours, as much as I can gather it's basically the security and priviledge implementation of FM since FM 7, and it includes the get (AccountName) function.
Recommended Posts
This topic is 4153 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now