very new to AX, this whould seem to be easy but cannot find a way to get it to work.
have menu Item button and Just want to open the EmplTable Form already positioned at new record.
In the run Method of the form I put :EmplTable_ds.create()
but this did not work....any sugestions ( p.s. I would like only this button to open at new record all others should not)
on the menu item set the following properties,
EnumTypeParameter = FormOpenMode
EnumParameter = ForNew
see example custTableListpage display men item
Thanks
Amir
This seems like it would work but , it did not. I tried with a test from that I created to simplify things. I tried using the FormOpenMode and did not get a new record when the from opened, so not sure if its somthing I'm missing or somthing elxe I need to do. thanks
This seems like it would work but , it did not. I tried with a test from that I created to simplify things. I tried using the FormOpenMode and did not get a new record when the from opened, so not sure if its somthing I'm missing or somthing else I need to do. thanks
Thanks its really helpful