Hi Guys,
I need help regarding the following problem:
Iam using my ContactNewForm for adding contacts to the SP list "dbcontact". After submitting the form my function is saving the submitted Form (Column "ID") in a variable (varSubmitRec). After the form is submitted I do also navigate to another screen using a second form for adding a Task (linked to the contact). That form is used to add an entry to the SP list "tasks". That list has a column that contains lookup fields linked to the SP list "contacts" (here linked to column -> ID). So the goal here is to be able to create a task linked to the new created contact. Therefore Iam trying to set the Default Value of the lookup field (contactID) in the Form TaskNew with the variable "varSubmitRec" containing the actual (new) ID of the created contact within the SP list "contacts".
However that does not work. Is it possible to preselect the lookup field with the variable containing the linked ID and if so, how?
Greetings
René