Jose,
I have the default Sales Cat combo box pulling off of the UD code SalesCat as shown here:
Now I’m trying to get the custom combo box to filter off that info but I can’t seem to get the correct syntax/order down.
So here’s my Sales Category combo info:
And
Here’s the Sales Sub Category Custom combo info:
Within the epiFiltersAppend I have “CodeDesc = ‘?[SalesCatId, 0]’” but I’m getting the error that this isn’t a valid column. If I change it to LongDesc I don’t get any errors but then the combo box comes up as blank.
For your post (#15) you show that I need my Descriptions to matchup with the actual sales codes, but I wanted to say that I’m not using FullDescription for that, I’m using just the Description field.
See -
What am I doing wrong here?