1

im getting troubles with an element from Application Suite Package.

When Im adding it in table fields and try to drag it im getting this error: Check Screenshot of error (My model its an empty project that include ApplicationSuite)

Upd: I have already sync the whole Database. And also I have tried to use this element(ItemId) in other model and after build I didnt get any errors at build, but the element still dont work in any of my models.

dreeeeeedd
  • 29
  • 1
  • 5
  • 1
    Have you tried adding a new field (string) via right-click menu and then changing the field EDT property to ItemId? – mrsalonen Nov 24 '21 at 06:31
  • 1
    Yes , I have tried a lot of things. At the end this "ItemId" include ItemIdBase and some other elements which are from another packages – dreeeeeedd Nov 24 '21 at 12:18
  • Select the project your Table2 is in, right click ItemId in the AOT, select "Add to project" and select Yes when asked something-or-the-other about copying it over models. Then try adding the ItemId from your project by drag-and-drop to Table2? – mrsalonen Nov 25 '21 at 07:18
  • Consider making your comment an answer so others can find it more easily. – FH-Inway Nov 27 '21 at 12:53

2 Answers2

0

Select the project your Table2 is in (If it is not in a project, first create a project and add the table in that project.), right click ItemId in the AOT, select "Add to project" and select Yes when asked something-or-the-other about copying it over models. Then try adding the ItemId from your project by drag-and-drop to Table2?

mrsalonen
  • 343
  • 2
  • 15
  • I already find the problem. ItemId extend ItemIdBase which is in other Model and 2 more items that is included in ItemdId. I had to add 3 models Directory,Ledger and SourceDocumentationTypes. – dreeeeeedd Nov 29 '21 at 15:27
0

I already find the problem. ItemId extend ItemIdBase which is in other Model and 2 more items that is included in ItemdId. I had to add 3 models Directory,Ledger and SourceDocumentationTypes.