jeffmcg Posted March 5, 2007 Posted March 5, 2007 I am try to write a script that creates a new record in my tasks table. task table: taskname tasktype contact I want my contact to be populated with my current record from my contact table current. contact table: name phonenumber i have tried... goto layout ["task"(task)] new record/request set field [task::contact ;contact::name] this doesnt work. I am missing something, just not sure what.
mr_vodka Posted March 5, 2007 Posted March 5, 2007 Set Variable [ $Name; contact::name ] go to layout ["task"(task)] new record/request set field [task::contact; $Name] I would recommend using a ContactID number as your key rather than contact name.
jeffmcg Posted March 5, 2007 Author Posted March 5, 2007 Thanks for the help mr V. It works perfect, I am using Contact ID instead of name.
Recommended Posts
This topic is 6534 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