Hi Eric
I think not understanding things.
let me explain each steps
I used DimensionService B1WS and fetch DimensionList from service by GetDimensionList() method.
Now from List I select any one Dimension and fetch value of selected Dimesion and Now I want to assign that selected Dimension value to CostingCode2 of DocumentDocumentLine.
In assigning that value to CostingCode2 I am getting an issue.
So Do I need to use any other service to fetch Costing Code value of Dimension?
I am attaching an image in which I have bind DropDown with DimensionList and from that dropdown select any Dimension and with that bind another dropdown and select value and setting that value.