Hey,
i want to get the filter code 2 from a specific dataset of the EcoResProductDetailsExtended.
It should look like this example:
public Str getFilterCode2() { Select firstonly RecId from whsInventTable where [….]; return whsInventTable.FilterCode[2] // This obviously doesn't work :D }
Unfortunately the WHSInventTable works like this:
- WHSInventTable only stores the column FilterCode (not FilterCode1,2,3,…)
- The DataField Property of the form access the value of the WhsInventTable with „FilterCode[2“