• Gomathi S
  • NEWBIE
  • 5 Points
  • Member since 2013
  • Salesforce Consultant
  • QRS

  • Chatter
    Feed
  • 0
    Best Answers
  • 2
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 5
    Replies
Hi All,

I received the following error for the Lightning Experience Rollout Specialist - Challenge 10

The Campaign Influence Lightning report must have the correct 1. Aggregate, 2. Columns, 3. Groupings, and 4. Filter.
Close errors.

Steps followed to creating the Report is below:

Created Custom Report Type called "Campaigns with Influenced Opportunities"
Opportunity -> Contact Role -> Campaign History -> Campaign Member
User-added image

Created new Report using the Report Type:
Added Group by as Campaign Name
User-added image

Filter added as Campaign Name & Campaign ID
User-added image

Report view (Lightning)

User-added image

any one please suggest what is missing? thanks for your help advance.
Hi All,

I received the following error for the Lightning Experience Rollout Specialist - Challenge 10

The Campaign Influence Lightning report must have the correct 1. Aggregate, 2. Columns, 3. Groupings, and 4. Filter.
Close errors.

Steps followed to creating the Report is below:

Created Custom Report Type called "Campaigns with Influenced Opportunities"
Opportunity -> Contact Role -> Campaign History -> Campaign Member
User-added image

Created new Report using the Report Type:
Added Group by as Campaign Name
User-added image

Filter added as Campaign Name & Campaign ID
User-added image

Report view (Lightning)

User-added image

any one please suggest what is missing? thanks for your help advance.

Hello,

 

I'm trying to insert a new data in my org but every time it appears the STORAGE_LIMIT_EXCEEDED ERROR. I checked my company limits  and I only used 10% of my capacity. I've already cleaned my trash bin.

What should I do to solve this problem?

 

 

Limits:

 

DATA - Total: 1,0 GB --  Used: 106,2 MB

FILES - Total:  1,0 GB --  Used: 1,1 GB

Hi,

 

Pls help me ou in fixing the below error.

{!REQUIRESCRIPT("/soap/ajax/19.0/connection.js")}
var fevent='{!Field_Event__c.Id}';
var result=sforce.connection.query("Select Id,Name,Account_Name__c,Account_Name_Formula__c,Contact__c,Contact_Name__c,Aircraft_Type__c,Aircraft_Tail_Number__c,Product_Type__c,Catalog_Product_Group__c,Supported_Product__c,Problem_Description__c from Field_Event__c where Id='"+ fevent+"'");
var records1 = result.getArray('records');
var AccountName = escape(records1[0].Account_Name_Formula__c);
if(AccountName==null)
{
AccountName = '';
}
var ContactName = records1[0].Contact__c;
var AirCraftType = records1[0].Aircraft_Type__c;
var TailNumber = records1[0].Aircraft_Tail_Number__c;
if(TailNumber==null)
{
TailNumber='';
}
var ProductType =escape(records1[0].Product_Type__c);
var CatalogProductGroup = escape(records1[0].Catalog_Product_Group__c);
var SupportedProduct= escape(records1[0].Supported_Product__c);
var Description = escape(records1[0].Problem_Description__c);
var fno = records1[0].Name;
if(AirCraftType!=null)
{
AirCraftType=AirCraftType.substring(0,15);
var airr=sforce.connection.query("Select Id,Name from Platform__c where Id ='"+ AirCraftType+"'");
var records2 = airr.getArray('records');
var AirCraftName =escape(records2[0].Name);
}

if(ContactName!=null)
{
ContactName=ContactName.substring(0,15);
var con=sforce.connection.query("Select Id,Name from Contact where Id ='"+ ContactName+"'");
var records3= con.getArray('records');
var ConName =escape(records3[0].Name);
}

var RecordtypeName='SR(General)';
var result=sforce.connection.query("Select Id,Name from RecordType where name ='"+ RecordtypeName+"'");
var records1 = result.getArray('records');
rec = records1[0];
var recordType=rec.Id;
var recName = rec.Name;

if(AirCraftType!=null && ContactName!=null)
{

parent.window.location.replace ('/a1V/e?CF00N30000004rd0p='+AccountName+'&CF00N30000004rd1J='+ConName+ '&CF00N30000004rd0r='+AirCraftName+'&00N30000004rd0q='+TailNumber+'&00N30000004rd1z='+ProductType+'&00N30000004rd12='+CatalogProductGroup +'&00N30000004rd2P='+SupportedProduct+'&00N30000004rd1t='+Description+'&RecordType='+recordType+'&CF00N30000004rd1d='+fno+'&retURL=/'+fevent+'&nooverride=1');
}
else if(ContactName!=null)
{
parent.window.location.replace ('/a1V/e?CF00N30000004rd0p='+AccountName+'&CF00N30000004rd1J='+ConName+ '&00N30000004rd0q='+TailNumber+'&00N30000004rd1z='+ProductType+'&00N30000004rd12='+CatalogProductGroup +'&00N30000004rd2P='+SupportedProduct+'&00N30000004rd1t='+Description+'&RecordType='+recordType+'&CF00N30000004rd1d='+fno+'&retURL=/'+fevent+'&nooverride=1');
}
else if(AirCraftType!=null)
{
parent.window.location.replace ('/a1V/e?CF00N30000004rd0p='+AccountName+'&CF00N30000004rd0r='+AirCraftName+'&00N30000004rd0q='+TailNumber+'&00N30000004rd1z='+ProductType+'&00N30000004rd12='+CatalogProductGroup +'&00N30000004rd2P='+SupportedProduct+'&00N30000004rd1t='+Description+'&RecordType='+recordType+'&CF00N30000004rd1d='+fno+'&retURL=/'+fevent+'&nooverride=1');

}

 Thanks,

Indu.

 

A problem with the onsite java script for the button or link was encountered missing ; before statement

Hello Everyone,

 

I have a requirement to render dynamic picklist values in Fieldset based on "NumberofEmployees" value from Account object. Please find the details as below.

 

Picklist  - Account Status --> Picklistval1, Picklistval2,Picklistval3

Fieldsetname - DemoFieldset -> the fieldset contains "Account Status, Account Name..etc" (there are around 15 fields available in fieldset and some of the fields have dependent fields one each other)

 

Now I want to show Picklistval1, Picklistval2 values when the "NumberofEmployees"<10, other wise show 3 items(Picklistval1, Picklistval2,Picklistval3)

How can I acheive this.? Please share your ideas to implement this!!

 

<apex:page standardController="Account" >
<apex:form >
<apex:pageBlock >
<apex:pageBlockSection title="test">
    <apex:repeat value="{!$ObjectType.Account.FieldSets.DemoFieldset}" var="GS" >  
                              <apex:inputField value="{!account[GS]}"/> 
     </apex:repeat>
<apex:pageBlockSection>
</apex:pageBlock>
</apex:form>

 

 

  • May 02, 2013
  • Like
  • 0
hi,

how can i give the where clause(with like keyword) in SOQL for a multipicklist type field.


Thanks
Ajit