Hello Fellow Coders,
I am using BOBJ Design Studio version 1.3 and am facing a very weird error when executing my application. I have three cascading drop down filters in my application for STATE, CITY and LOCATION. Based on my state selection, only relevant Cities belonging to that state is populated in the drop down. Same is the case with LOCATION drop down which gets populated based on CITY selection.
The issue that I am facing is when I don't select anything for CITY, system sends ALL_MEMBERS as the filter criteria. Eventhough my end result is correct, I get this error messageInput "(ALL_MEMBERS)" for Ship To City Code has an invalid format. In my code, I am sending blank for the filter values but it is still giving issue. Has anyone ever came across this issue and would like to share it with me? I do really appreciate y'all's input.
Please see the attached screenshot