0

I have a form on AX lets call it "Records_Form", the form has a master datasource lets call it "Records_DS" that is connected to a table that is called "Records".

Now i created a new AX project and add new extension to the upper mentioned Form lets call it "Records_Frorm.Extension", on that extension form i added a new extension to the table "Records.Extension", where i need to add a new field, however when i open the extension form and try to click "restore" in the context menu of the master datasource i have an error massage that says that the datasource is locked.

Also I couldn't add a new datasource for the extension table.

my question is: how can i access the new field in the extension form, should i douplicate the datasource that connected to the same table, or is there a way to restore the datasource.

Jan B. Kjeldsen
  • 17,817
  • 5
  • 32
  • 50
ZORRO_BLANCO
  • 849
  • 13
  • 25

1 Answers1

0

It is actually a workarround by adding an extension table that has the new records, and after that close the project and open it again will solve the problem without reset the datasource.

ZORRO_BLANCO
  • 849
  • 13
  • 25