• Benjamin Pirih.ax1481
  • NEWBIE
  • 0 Points
  • Member since 2012

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 3
    Replies

Greetings All,

Currently the user profile carousel navigation has three different items..

On a desktop running one/one.app viewing a user profile:
  carousel1:  chatter / follow user
  carousel2:  about user / edit / reset password/ freeze actions
  carousel3:  related lists / mobile cards

On a mobile device viewing a user profile:
  carousel1:  chatter / follow user
  carousel2:  followers / following / direct reports / files / groups
  carousel3:  about user

If one adds a visualforce page to a mobile card on the user profile it will display fine in the browser using one/one.app..  Yet when we view the user profile in the mobile salesforce1 application we do not see the visualforce page / mobile cards.  More over the componets displayed is different as shown above.. 

Why does the one/one.app differ from the mobile client?

How do we get a visualforce page embedded on a mobile card to display on a mobile client?

Why are we getting different behaviour on one/one.app vs. mobile client?

Thanks!!
 

HI All,

Whenever I write code for creating visual force pages .I have noticed lines get blurry and it is really tough to write code.I am not sure if others are having this problem or not.Anyonw with the same problem.I have tried writing code by enablling the developmet mode and also setup-----develop-----pages.
I have same problem .Is there anytihng that can be done.Please advice.

This is my personal developer org.

Please advise?

Hi,

 

I have two questions related with Approvals.

 

1. Is their a way to make Approver comments required while approving or rejecting any record?

2.  How can we make any field required on record while some one is approving or rejecting the record?

 

 

Cheers!

Rajan

Why do I get "twistSection is not defined" javascript errors for the following use of pageBlockSection?

 

 

<apex:page standardController="Account" extensions="OEMTeamReportController" showHeader="true" tabStyle="account" standardStylesheets="true" title="OEM Services Team Resources"> <apex:form > <apex:pageBlock title="OEM Opportunities for Review"> <apex:repeat value="{!accounts}" var="this_account"> <apex:pageBlockSection title="{!this_account.acct.Name}" columns="1" collapsible="true">

<table class="opps_table">
etc...