Hi,
A custom field was added on the DIMENSIONATTRVALUELEDGEROVERRIDE table.
To display this field on the segmented entry control of "General journals > Lines" a view was created with following tables:
DIMENSIONFINANCIALTAG
DIMENSIONATTRIBUTEDIRCATEGORY
DIMENSIONATTRIBUTE
DIMENSIONATTRIBUTEVALUE
DIMENSIONATTRVALUELEDGEROVERRIDE
and in the following event handler:
[PostHandlerFor(tableStr(DimensionAttribute), tableStaticMethodStr(DimensionAttribute, getViewContract))]
the following parameters were provided:
parmViewName
parmViewId
parmCategoryField
parmNameFieldId
parmKeyFieldId
parmValueFieldId
But now, the segmented entry shows dimensions from all the data area ids.
How to restrict it for the current data area id only?
Note: when I comment the parameters in the event handler created, the dimensions are filtered based on the current company, so
something is definitely missing in the filter criteria.
Regards,
Abhinay