InplaceAdd with ServiceLookupEditorBase #7310
-
Do I need to do someting special to get InplaceAdd = true to work with ServiceLookupEditorBase? I have a large table that used a regular lookup with lookupscript. And on the column: That worked perfectly. (no need to specify DialogType) But It's a big table so I made a custom editor from ServiceLookupEditorBase and removed the lookupscript.
I added DialogType to the attributes, but it still fails with the same error. Do I need to add a lookupkey, since it says "verify that the lookup key and dialog type name match case-sensitively, excluding the Dialog suffix" |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For esm project you may need to add dialog type as side effect import in your main dialog. For example, if you open an order dialog and you click on the product edit, your order dialog should have |
Beta Was this translation helpful? Give feedback.
For esm project you may need to add dialog type as side effect import in your main dialog. For example, if you open an order dialog and you click on the product edit, your order dialog should have
[ProductDialog]
line between the class and imports.