How to use/replace GlideStringUtil for scoped app?

aklimenko
Mega Expert

We use GlideStringUtil in these cases. Is it supported in scoped app or how can we rewrite it?

1. GlideStringUtil.urlEncode(value)

2. GlideStringUtil.base64Encode(...)

7 REPLIES 7

pavan_poul
Kilo Expert

Hi Alexey,


GlideStringUtil is not supported in scoped app. There are couple of packages for which scoped app will not support


So we have raised problem for the same "PRB625405" in HI.




Thanks,


Pavan


Pavan,


Do you have any idea when this will be fixed?   I am presenting a CreatorCon Session on Integration that relies on GlideStrinUtil.urlEncode.   (I do not have access to that Problem in HI to see it's status)



Thanks,



-Mike


Hi Mike/Alexey Klimenko,



PRB625222: api additions for scoped applications


gs.base64Encode


gs.base64Decode



This will support in next fuji release.



Thanks,


Pavan


Will gs.urlEncode also be included in the next release?