B
Bill Wood
Guest
To be clear, you are talking about what changes you made to the ABL code behind the OE Service Object. You wanted behavior such that in the "read" method in your Business Entity Class you are doing: METHOD PUBLIC VOID ReadObject( INPUT filter AS CHARACTER, OUTPUT DATASET dsObject): /* .... skip ... */ IF (filter EQ ?) OR (filter EQ "") THEN return. ELSE IF filter BEGINS "WHERE " THEN cWhere = filter. ELSE /* ... etc... */ I am not sure how an UNKNOWN (?) would get passed in through the REST adapter. IF (f
Continue reading...
Continue reading...