• Kevin Hart 3
  • NEWBIE
  • 10 Points
  • Member since 2016
  • IT Director

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 4
    Replies
Hello,
I am trying to implement User Provisioning for Connected Apps, a new feature introduced in Summer '15 release.
In the documentation (https://help.salesforce.com/HTViewHelpDoc?id=connected_app_user_provisioning_configure.htm&language=en_US) it says that Salesforce provides several pre-configured packages containing “out-of-the-box” flows to simplify the configuration process. 
Does anyone know where I can find these packages?
Very much appreciated,
A
 

I'm overriding the create new case record by creating a new VF page, and if the creator is internal then make him select the record type.  However the VF page gives me the 'Expression value does not resolve to a field' error when I added the recordtype field onto the page.

 

This is what I did on the VF page:

 

 <apex:form >
      Select a Record Type:&nbsp; <apex:inputField value="{!Case.RecordType}"/>
  </apex:form> 

 

What did I do wrong?

 

TIA,

 

D

Please help me ,

 I create new formula field ( Data type is Number ) for calculate value from text field but system not allow me to calculate it. Do you have any suggest me ?

 

  • March 29, 2011
  • Like
  • 1