Hi,
I have a Dimension Set Entry table for which I need to add, edit and delete options made available via coding without using any extensions.
Please confirm how to achieve the functionality using coding logic.
Hi,
I have a Dimension Set Entry table for which I need to add, edit and delete options made available via coding without using any extensions.
Please confirm how to achieve the functionality using coding logic.
Anything you want to do in code in Business Central requires you to write an extension (app).
If you don't want that, then check out the APIs:
It is not recommended that you modify Dimension Set Entry table directly, because the data in this table is managed by group. If you directly modify the options in it, it will affect all the data using this Dimension Set ID.
Dimension Set Entries Overview
If you really want to try to modify, check out the codeunit below.
Hope this helps.
Thanks.
ZHU
Hi ,
Dimension set entry table holds multiple dimension sets with their respective dimension set IDs.
We do can achieve this via coding where you can add/delete/edit but behind the scene, there are multiple validations and checks which the system does.
What would be purpose of doing the same, if I may ask ??
Regards,
Tanya Kharbanda
Don't forget to help the community by verifying the answer if your question has been answered. It will let others know that the topic has a verified answer.
1. I doubt You can make any changes to the standard table/codeunit without using extension
2. I would not recommend addin/editing or deleting anything from the Dimension Set Entry (only if You delete all )
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156