January 3, 200917 yr 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 ?
January 3, 200917 yr 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
Create an account or sign in to comment