Hello All, I am working on my first AX form modification and am running into a bit of an issue. For this modification, I am adding a new grid to a tab in the general ledger paramaters form which is displaying a field from a new table I created (Table is named LifeAccountExclusion and field is named LifeAccount.) This field on the grid has been set up as a StrEdit control. I have sucessfully added this grid and field on the grid, but am running into the issue that that if I try to update the record on the form, the value never gets saved back to the sql table. A couple of notes: 1) The data source (table LifeAccountExclusion) is set to allow edits 2) As far as I can tell, there are no methods anywhere on this form which might influence this field not saving. 3) Also, I created another test form which only has the table LifeAccount Exclusion as a data source, with a grid and stredit control displaying the LifeAccont field. This test form works exactally as expected, leading me to believe there is just a paramater I am missing somewhere on the GL paramaters form. So I am wondering if anyone has a thought on what I should check next to see why this stredit is not actually updating the underlying table? A screen shot of the form I am trying to modify is below. Thank you, Phil
↧