UserCustomLabels

Print
Visualforce Page Details
Name UserCustomLabels
Label UserCustomLabels
Namespace Prefix omnistudio
Api Version 45
Markup <!-- This page is used in User Custom Labels API--> <apex:page controller="omnistudio.UserCustomLabelsController" contentType="application/json" showHeader="false" sidebar="false" language="{!lang}" standardStylesheets="false"> <apex:repeat value="{!labels}" var="labelName"> "{!labelName}" : "{!SUBSTITUTE($Label[labelName],'\"','\\\"')}", </apex:repeat> </apex:page>