Hi,
I have a form. In this form i hav a lookup field .In this field i can look for a firm. The other fields of tihs form are text fields.
I can save this form to the database succesfully. According to my scenario; i added a 2 multiline text fields. To these fields i can store more than one id of a firm (comes from another page of the form.) The other multitex field can stroe more than one firm name.
I the other fields are such as bill number, amount etc. I want to save more than one firm in that form if the multitext fields has firm ids. I mean think that the form has 3 ids (guid) in the multitext field.After press the save button of the form it should be save 3 rows with different firm ids in the database. But the other infos such as bill number, amount etc. should be same?
I wrote a custom library and add to the form OnSave .How can i do this in javascript in crm 2015? Can anyone help me please?