Dani R Posted January 3, 2009 Posted January 3, 2009 How do i write a script that if i select in layout 1 a line it will open in layout 2 and create a new record ?
aldipalo Posted January 3, 2009 Posted January 3, 2009 I'm not sure I understand what you mean by 'Select a Line?' Do you mean a Button? Anyway a basic script would look similar to this: Set Variable($ID;CustomerIDField) go to layout(layout2) New record/request set field(layout2::CustomerIDField;$ID) exit script
Recommended Posts
This topic is 5803 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