How to use/replace GlideStringUtil for scoped app?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2015 01:22 PM
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(...)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-06-2015 09:31 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2015 12:36 PM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2015 11:24 PM
Hi Mike/Alexey Klimenko,
PRB625222: api additions for scoped applications
gs.base64Encode
gs.base64Decode
This will support in next fuji release.
Thanks,
Pavan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-13-2015 06:10 AM
Will gs.urlEncode also be included in the next release?