Frank998877665544332211 Report post Posted July 27, 2018 Hello, ..I am checking out the hbullet and was running into the issue of apparently all fields in objects in clickURL getting converted into lower case. Since I am also passing quite some fields, they should not be changed. Any way the conversion into lowercase can be avoided ? Example: clickURL setting: p_glb_dispatch_ClickHandle({"zFunc":"MainView","zLayout":"MainView","zContent":"objdetail","zObjId":"111"}) When now the function p_glb_dispatch_ClickHandle is called, the object arrives as: {zfunc: "MainView", zlayout: "MainView", zcontent: "objdetail", zobjid: "111"} So the field names zFunc, zLayout and zContent are getting converted to lowercase and this is unwanted ? I would have to change literally hunderts of code lines to deal with this ? Any way we can avoid this ? Thanks a lot, Frank Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted July 30, 2018 Hi, Please share us a scale down sample replicating the problem so that we can assist you accordingly. Share this post Link to post Share on other sites
Frank998877665544332211 Report post Posted July 30, 2018 ..I coded a workaround for this bug within 2 hours after raising this, waiting 3 days for a answer and even to have an forum request "approved" is ridiculous. Share this post Link to post Share on other sites
Ayan Bhadury Report post Posted August 1, 2018 Hi, Apologies for the delay, our support is available MON - FRI (9 AM - 9 PM) IST, since the query was raised post working hours hence it was taken up on the next working day. Share this post Link to post Share on other sites