By using this website, you agree to our Terms of Use (click here)
Hello!
Is it possible to track where a GI is being used elsewhere in Acumatica? For example, can we see any dashboard/widget where a GI is behind it?
I've been tasked with cleaning up our GI list, but I don't want to remove anything that may be powering a widget on a dashboard somewhere.
Thanks in advance!
This should get you started. Create a GI with the table PX.Dashboards.DAC.Widget. it is messy but it works.
We added the following formula to pull out the GI numbers.
=Substring([Widget.Settings],InStr([Widget.Settings], '<InquiryScreenID>')+17,8)
If I was to give this to a customer I would clean it up a lot more but for internal usage it's ok.
Great formula @cwomack !
Also note that Acumatica 2023 R2 has a new WIDGETS tab on the Dashboards (SM208600) screen which is kind of the opposite of what you're looking for here, but it's related: