• Siso
  • NEWBIE
  • 0 Points
  • Member since 2016

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 4
    Replies
we have data sync via s2s connection between two orgs (sales cloud and service cloud), how we can keep the opportunity object's field "Created Date” consistent across systems?

Currently, it is showing the created date as connection received to date.
  • July 17, 2020
  • Like
  • 0
Hi Dev Group,

There is no search button in SFDC in users screen. its really painful to search a user.

Thanks,
Gaurav Sisodia
  • February 22, 2017
  • Like
  • 0
Hi All,
           How can I find all the user's who are assigned with a particular permission set ?
I followed the instructions to create a macro, create a Case with subject "Design issue with mechanical rotor", and ran the Macro. The feed shows the email along with the text "The Macros Team is working on your case" in the email Body. Yet I get this message when I check the Challenge:
"Challenge Not yet complete... here's what's wrong: 
The case with the subject 'Design issue with mechanical rotor' does not includes an email update in the case feed with the text 'The Macros Team is working on your case'. Make sure you run your macro on this case."


I even created a new Case with the correct Subject with the same results.

My Email Template has the following information:
Dear {!Contact.FirstName}, 

{!Case.Solution_Description} 

The Macros Team is working on your case 

Thank you, 

{!User.Name} 
{!Organization.Name} 

Your comment: 

{!Case.Description}

Hello Board,

 

We have created a VF page and used this VF page for Visualforce Tab (Admin),

 

This VF page consist of <apex:enhancedList> component.

 

<apex:page>
<apex:tabPanel>
<apex:tab label="{!$ObjectType.Holiday__c.label}s" name="Holidays" id="holidays" styleClass="labelCol" rendered="{!$ObjectType.Holiday__c.accessible}">
<apex:enhancedList type="Holiday__c" height="300" rowsPerPage="50" id="Holidaylist" customizable="false"/>
</apex:tab>

<!--
Similarly there are multiple such tabs to display records of various objects..
-->
</apex:tabPanel>
</apex:page>

 

This page works properly. But sometimes it gives an error "maximum number of <apex:enhancedlist> components on a page is 5 salesforce".

 

The day after this issue, once again it starts working properly, without any code change.

 

Why sometime this issue occurs and automatically correct this issue?

 

What needs to be done to correct this issue?

 

Thanks,
Devendra

Hi All,

 

        I have a similar req   http://success.salesforce.com/ideaview?id=08730000000BrLkAAK.Any help is greatly appreciated.

 

Thanks.