on 2024 Aug 06 12:22 PM
Hi Experts,
Is it possible to move the position of a UDF created by an Add-on? I tried moving one using the Edit Form UI but it moves back to its original position after saving.
Thanks in advance.
Request clarification before answering.
Hello,
I am a SAP B1 developer and that is what is going on:
1 - B1 keeps record of the fields position and try to set the Top and Left on the screen when the form is loaded.
2 - The AddOn (from a third party, so I assume you don't have the source code) overcome the position recorded in B1 after the form is loaded
You have two ways to go:
1 - Request the owner of the addon to change the behavior
2 - Write your own code (a second addon) to manipulate the position of the fields created by the third party addon
Hope it helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @abb27 ,
The Addon framework, designed by a third-party technical team, may not be controlled by SAP standard settings when making changes or adjustments to the UI template.
Better if you could contact them to realign as per your requirement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think this depends on what exactly does addon do with that field. If addon only creates UDF, then it shouldn't affect the ability to move it (you should be able to do it with UI configuration regardless of how the field was created).
If addon also performs positioning of the field on your screen, then your only option is to change/deactivate addon.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @KennedyT21
The add-on us from a third party and we cannot make any changes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @KennedyT21
The add-on is from a third party and we cannot do any changes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
90 | |
15 | |
10 | |
8 | |
4 | |
4 | |
3 | |
3 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.