Customized form not saving the value in the grid

Hi,

I have a designed a form in AX2012 called CAEEmplInfo Form.

DataSource:

CAEEmplTable

CAeEmpl1

Below image shows the output of the form

On the top of the Tab Header ,it lists the employee with EID, NAme .Status. Title

On the bottom of Tab line it displays Timesheet Details with a Grid,

Top Tab header is populated from the table CAEEmplTable (MAster Table)

Bottom Tab grid is from CaeEmpl1

CaeEmpl1 has join source with CaeEmplTable. And also i had added relation in the Datasource between Caeempltable and CaeEmpl1 as below

pastedimage1533644514530v3.png

The form works like when i click on the top Tab header and on the bottom grid when i enter the grid details and click on ADD button ,the record has to be inserted in caeempl1 with the top selected emplid and filled records from the link. I thought if i put the join source and relation the records get inserted. but its not happening. It will not insert any record.

I am not sure what i am missing with the above. Please let me know if my explanation is not clear

thanks

Its working now. I delete the button and added a new button with strip then it worked.

Thanks