C
Charles Ford
Guest
Hello, Please consider adding a "Parse Token" server sided function. Currently there appears no way to parse a token that is not hard coded onto the page. Example use case: Within a system we allow configuring of a template to display on the portal. Currently links have to be hardcoded in the template and changed if the system is moved to another tenant. If there was a serversided function to parse tokens within a string, we could call this on our template in an eval block. Users entered text: example Server sided code: #EVAL[return rbv_api.parseToken("{!USERINPUT}")] Thanks -- Charles
Continue reading...
Continue reading...