how to create new contact by clicking button

Hi,I’m getting problem , how to create new contact by clicking button i used a open/close drawer in account for displaying related contacts and i also used button on click of it will create button…

Good question. Have you seen our documentation: https://docs.skuid.com/v10.0.4/en/skuid/components/drawers/ It does a fantastic job explaining how to set up a table showing accounts and a drawer full of contacts. You’ll already have the ability to create a new contact by following that page. Let us know if you have any questions with the set up.

Thank you but i think you are not getting my question i want to create a contact for related account using javascript button …

You could also use our button set to do this declaratively. You can tap into the Action Framework to have many actions, including the one you’re wanting, run without writing a single line of code.