Hi,
I have done some customization for financial dimension. The customization on form named DimensionValueDetails and its for Projects specially . On DimensionValueDetail form, I need to know for which I am going to define the dimensions, like Location, Project, Expense etc. On DimensionValueDetails I have found the label but unable to find which string control is responsible to display it.
The screen shorts are as under. I have to put condition only for project. If I have open the DimensionValueDetails form for project then I will execute my custom code.
I need the yellow heighlited value on second screen shot which is "Project". How I can get this value, as if I will come to DimensionValueDetails by click the Expense then it will display expense here. Eigther I can get it main form or the control on sub form, which ever possible will be fine for me.
Secondly I have to show "Project Changes Log" tab (which is custom tab) only in case of "Project", how I can hide it otherwise. Thanks