UpNorth Posted October 30, 2008 Share Posted October 30, 2008 Set Field[_work_order::t_technician; Account::At_User_Name] When creating a new record I have this script step and it doesn't put anything in the t_technician field. I want it so when creating a new record it takes the user name form the account table and put it into the technician field in the work order table. Any ideas? Link to comment Share on other sites More sharing options...
mr_vodka Posted October 30, 2008 Share Posted October 30, 2008 You need to temporarily store the data into a variable prior to the new record being created. Otherwise when you create a new record, there is no related information since the new record is empty. Link to comment Share on other sites More sharing options...
UpNorth Posted October 30, 2008 Author Share Posted October 30, 2008 I hear ya. Thank you. Link to comment Share on other sites More sharing options...
Recommended Posts
This topic is 5796 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