'row' is a invalid collection and update is not possible
Hello
I have a form and two sub form. I have created a custom link in crm and sending data to the creator. On creator I have written a custom function which get the id from URL and pass it to the custom function as argument. Custom function return an value which i need to fill into sub form. When I write the code to fill value into sub form it gives an error "
'row' is a invalid collection and update is not possible ". Please tell me how can i fill the sub form field on the on load of a form.
This is the code which I had written:
row.Billing_Street = acc.get("Billing Street");