• SamReady
  • NEWBIE
  • 298 Points
  • Member since 2012

  • Chatter
    Feed
  • 9
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 59
    Replies
I've embedded a Visualforce page (that contains about 50 fields from the contact record) in the contact page layout to save space. I want to allow users to edit the fields in the embedded page at the same time that they edit other fields on the page layout (outside of the Visualforce page), but I can't seem to find a way to do this. Ideas?
  • March 19, 2014
  • Like
  • 0
Hi,

I have a custom status picklist field, the value of which changes at every approval step. This is achived through field update for all the 5 approval steps. I have one more picklist field for which I want it's value to be changed automatically whenever status field value changes. I am thinking of workflow rules but I will have to create so many (at least 7). Is there any better solution? or workflow rule is best option?

As a company with over 100 tabs in total we use the traditional concept of "Apps" extensively to control the list of tabs by business process and application.  Am I missing something, or is the Salesforce1 product currently lacking the same basic kind of strcuture functionality.  How do I create a structured Nav menu in Salesforce1?  

 

Recent tabs is not a solution to my needs, and the Mobile Navigation customization is not designed to easily support basic tabs and is only globally customizable.

 

I don't get it, what's the thought process Salesforce?

Ivano

Hi all.

 

As noted in this post that talks about notifications in Salesforce1, is there any document about the universal notification framework? I find nothing concerning “send push notifications to individuals and groups using Apex”.

 

Thanks.

 

 

I logged into a sandbox on an iPad in Safari and got the new mobile salesforce1 interface.  You now by default get that interface when you login from a mobile device even when you log in from a browser instead of the salesforce1 application.

 

There was an option on the bottom left to switch to the regular full web browser interface and I clicked that as I needed to use the regular interface for a while.

 

I now need to do some testing in the mobile interface (from a browser, not the SF1 app) and I can't for the life of me find an option to switch it back to the mobile interface.

 

Anyone know how to do it?

I am trying to add submit for approval button on my visualforce page. Can any one suggest how  i can achieve it.

 

thanks-

AJ

The multiselect picklist boxes's width is fixed for standard salesforce.com pages like "Create" or "Edit". And because of this, there's a scroll bar at the bottom so I always have to scroll from left to right in order to see the whole page. I checked in Winer 13 environment, the multiselect picklist boxes' width is not fixed.

Does anyone know how to fix this?

Thank you!!

Can anyone help me with this soql query please?

 

I have three objects:

Contact (Lookup to Location__c object by Location__c field which holds location IDs)

Location__c (has two child lookup relationships with the other 2 objects) - the two most important fields in this objects are location ID and location name

Location_by_Zip__c (Lookup to Location__c object by Location__c field which holds location IDs) - this object is actually for mapping between zip codes and location IDs

 

My query is like this:

 

SELECT id, RecordTypeId, MailingPostalCode, AccountID, Location__c
FROM Contact
WHERE Location__r.Name = (select Location__r.Name From Location_By_Zip__c where Update_Zip__c= true)

 

I got error: unexpected token '('

 

 

When I changed the query to:

 

SELECT id, RecordTypeId, MailingPostalCode, AccountID, Location__c
FROM Contact 
WHERE Location__r.Name IN (select Location__r.Name From Location_By_Zip__c where Update_Zip__c= true)

 

I got error: The inner select field 'Location__r.Name' cannot have more than one level of relationships

 

 

I really appreciate any help!

 

Thanks!

There is a datatype called "Text Area (Rich)" which says it accepts images. But I have no clue how to insert one.

 

I am trying to use the provided VF mobile components (http://wiki.developerforce.com/page/Introducing_Mobile_Components_for_Visualforce) off github, but out of the box it does not render my Rich Text or formula fields as images...

 

On my mobile VF page, all of my image fields come up as a string literal '<img src="......imgsrc......." />'.

 

Does anyone have a work around to get this to render? Any suggestions are appreciated.

 

Getting this 
Challenge Not yet complete... here's what's wrong: 
There was an unexpected error while verifying this challenge. Usually this is due to some pre-existing configuration or code in the challenge Org. We recommend using a new Developer Edition (DE) to check this challenge. If you're using a new DE and seeing this error, please post to the developer forums and reference error id: AUAWOAHH

I *did* create a new org for this superbadge. Anyone having issues like this?
 
Hi Everyone..

I have tried enabling Lightning Component by referring to lightning Quick Start guide at https://developer.salesforce.com/resource/pdfs/Lightning_QuickStart.pdf
 
I am stucked at step 3. I am unable to see Lightning Components under Develope. Can someone help me out if I am missing anything here.

 Thanks You!!
I've embedded a Visualforce page (that contains about 50 fields from the contact record) in the contact page layout to save space. I want to allow users to edit the fields in the embedded page at the same time that they edit other fields on the page layout (outside of the Visualforce page), but I can't seem to find a way to do this. Ideas?
  • March 19, 2014
  • Like
  • 0
Hi Guys,

I have a requirement where i am building a visualforce page and would like to have an already existing detail page button on it. I am not sure if it is possible. If yes, please let me know..

The reason i would like to do it this way is, this button is a 'OnClick Javascript' button, that has some url's that are fetched based on instance of the sandbox and i dont want to do the maintenance thing on multiple places. Kindly advice.

Thanks,
Maverick
Hello! I have a trigger and a test method to convert lead. The coverage of the test method is 91%. I am deploying both the test method and the trigger. But its is showing me the error:
Failure Message: "System.DmlException: ConvertLead failed. First exception on row 0; first error: INVALID_STATUS, invalid convertedStatus: Non Disclosure Received: []", Failure Stack Trace: "Class.Test_accountsource.testaccountsource: line 18, column 1"

I have even chacked that the converted checkbox under leads is true for NonDisclosure but still this error is not resolved. Please help!
Hi,

I have a custom status picklist field, the value of which changes at every approval step. This is achived through field update for all the 5 approval steps. I have one more picklist field for which I want it's value to be changed automatically whenever status field value changes. I am thinking of workflow rules but I will have to create so many (at least 7). Is there any better solution? or workflow rule is best option?
Hi,

I have three number fields on the page. I will add/sum the two fields and auto populate that sum value into another field on the page.
Please help.......

Thanks.. 
Is there a way to retrieve a value from a specific custom field from a specific account?
  • February 21, 2014
  • Like
  • 0

As a company with over 100 tabs in total we use the traditional concept of "Apps" extensively to control the list of tabs by business process and application.  Am I missing something, or is the Salesforce1 product currently lacking the same basic kind of strcuture functionality.  How do I create a structured Nav menu in Salesforce1?  

 

Recent tabs is not a solution to my needs, and the Mobile Navigation customization is not designed to easily support basic tabs and is only globally customizable.

 

I don't get it, what's the thought process Salesforce?

Ivano

Hi all.

 

As noted in this post that talks about notifications in Salesforce1, is there any document about the universal notification framework? I find nothing concerning “send push notifications to individuals and groups using Apex”.

 

Thanks.

 

 

I logged into a sandbox on an iPad in Safari and got the new mobile salesforce1 interface.  You now by default get that interface when you login from a mobile device even when you log in from a browser instead of the salesforce1 application.

 

There was an option on the bottom left to switch to the regular full web browser interface and I clicked that as I needed to use the regular interface for a while.

 

I now need to do some testing in the mobile interface (from a browser, not the SF1 app) and I can't for the life of me find an option to switch it back to the mobile interface.

 

Anyone know how to do it?

Hi Everyone,

 

I am going through the Salesforce 1 App Deveoper guide and I'm running into some issues. When I get to the part where I have to create the canvas app in Salesforce and I have to add the Locations under the Canvas App Settings section I do not have the Locations they have in the Guide. I am missing Publisher and Chatter Feed. Is there a permission that I need to set that will allow me to have these locations added to the picklist? I am currently under a Devloper Org that was created before the Winter '14 release. Would that be the reason why I don't have these locations available?

 

Thanks,

Got a Q about Salesforce 1 - one of the things I really want to roll out to the users is a streamlined mobile version of their processes. One of these involves a Visualforce page that was developed for us.

Navigating to this on the mobile displays the page more in line with desktop Salesforce (i.e not really designed for form factor, no nice calendar pop up, very much not for mobile). How can I get in and start changing things to look different on mobile?