Can we use LENGTH in GlideRecord API
Hi, I have territory_path = "TER13/TER14/TER15" I want to get the records with territory_path until level 2 something like TER13/TER14 Can GlideRecord Api supports using LENGTH something like gr.addEncodedQuery("LENGTH(territory_path)=2"); Can someon...
