Exemplo n.º 1
0
        public static string F3Label()
        {
            var o = CustomEventFields.FetchObject();

            if (!o.Use3)
            {
                return("Custom Field 3 (Not Active)");
            }
            return(o.Label3);
        }