Hi,
how can I access to the value of a dictionary with the specification of the key?
The dictionary, named as OperationalTravelIncidentalCostSummary, has the key OperationalTravelIncidentalCostType.Hotel, and
OperationalTravelIncidentalCostType is from type enum.
I have tried the following, but... Error.
= Fields.OperationalTravelIncidentalCostSummary[OperationalTravelIncidentalCostType.Hotel]