fmow Posted July 9, 2013 Posted July 9, 2013 I have a table with a list of the employees of a company, and almost each one of them has an account with certain privileges in fm. How do I associate each account with a record in the table, so a modified by field can be inputted with a Name and Surname field from the employees table?
Brooks Posted July 9, 2013 Posted July 9, 2013 Add their account name to the table and use the get( account name ) function. Then you can use a to relationship or executesql to gather whatever info you need from the employee table. 1
fmow Posted July 10, 2013 Author Posted July 10, 2013 Hi Brookes, many thanks again. If I am following this right, I should add another field with the account names, and then have script triggered as soon as they fill a certain form, that will do get (account name) and input the related Name and Surname in the modified by/edited by field. One problem I can think of, if I 've got it right so far that is, is script triggering and IWP.
Recommended Posts
This topic is 4215 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