Has anyone successfully customized the tree view in a UD table, and applied the customization globally?
Unless I’m missing something, changing which field displays as the label for each record has to be done on a user by user basis.
Ideally I would like to switch:
To something along the lines of (but globally?):
Also, is it possible to concat in other fields into the display column? Or as an intended tier?
Kind of like:
If you open the form with the Customization Mode Enabled and then modify the tree and under Actions go to Save Layouts it will save it to the Customization Level and everyone will have it.
Only way I was able to do that was create a Form_Load event and put in code similar to this. If you are not having luck in the _Load event put it in the CreateCustomCode() method. I can’t recall one of those I had it in.
After creating a global customization by editing the tree view - is there a way to format the numbers that are displayed.
Eg On the Operation node in Job Entry - the RunQty displays as 16.00000000 - I would like to format this display.
Thank you in advance.
Thanks. That’s what I did. I am a bit of a novice so it’s probably something “duh” stupid that I missed. I added on the _load() and then tried moving it to InitializeCustomCode() and both threw the same error:
Sarah:
No - but it is something I am very much interested in.
I’m sure there is a solution posted somewhere on this forum but I never bottomed out this end.
Perhaps we could colloborate and complete together.