I have an iframe on a form which contains a button. On click of button, I am trying to save that form by creating record through service.create()
But then I realized it does create a record but not the one that I am currently clicking button on. I want the record to be created or in other words force save on button click from iframe.
Please suggest a better way of doing this. Thanks for any help.
↧
Create a record on button click(iframe)
↧