Skip to main content Salesforce and Tableau exam registrations are now closed through July 21st. Learn more about the new Salesforce certification experience coming soon.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

Hi, 

 

I'm receiving this error on one of my screens, please could someone help? 

 

The Data Fetcher screen component on this screen is reporting the following Error: unexpected token: 'TaskQuery4' 

 

Formula - 

 

"SELECT Subject, Id, Activity_Completed_Date__c, ActivityDate, Call_Reason__c, CreatedDate, Outcome__c, Owner_Name__c,  Task_Type__c, Status, OwnerId, WhatId, WhoId FROM Task WHERE WhatId != null AND WhatId ='"+{!

OpportunityTable4.outputSelectedRow.Id

}+"' ORDER BY CreatedDate DESC" 

  

Data Fetcher -

Error on data fetcher

 

 

1 answer
  1. Today, 6:58 AM

    Hello @Alex MacRae

    , I will suggest couple of things :  

     

    1. Can you print the value of

    OpportunityTable4.outputSelectedRow.Id

    in the same screen ? I am guessing value is not present. 

     

    2. If you are able to get the value as per step 1, then execute this query separately using the printed value . 

    SELECT Subject, Id, Activity_Completed_Date__c, ActivityDate, Call_Reason__c, CreatedDate, Outcome__c, Owner_Name__c,  Task_Type__c, Status, OwnerId, WhatId, WhoId FROM Task WHERE WhatId != null AND WhatId ='"+{!

    OpportunityTable4.outputSelectedRow.Id

    }+"' ORDER BY CreatedDate DESC 

     

    Let me know how it goes. 

     

    Kind Regards,

0/9000
6 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 6:55 AM

    please share screenshtos of record type and subject

0/9000

Hi - I'm a system administrator and I'm unable to edit any list views.  The gear icon is greyed out and even then, edit is not showing as an option.  My profile is set to allow creation and modification of list views so I'm not sure why I'm unable to do this.  

System Administrator unable to edit list views

 

 

 

 

#Salesforce Admin

0/9000
3 answers
  1. Today, 6:26 AM

    Hi , 

     

    I was able to resolve the issue.

    1. deleted the 'Subflow-Create Generator Opp Product' sub flow and created again... made sure all the the errors are resolved in this particular flow [ until activate the flow error comes ] 

     

     

    2. deleted the v2 of Add Generator Product to Named Opps and created again referring to the latest 'Subflow-Create Generator Opp Product' sub flow [ while you create new version name should be same ] 

     

    https://trailhead.salesforce.com/trailblazer-community/feed/0D54V00007O2VQ5SAN

0/9000

Hi, we are currently working on community sites SNA pages. We didn't do custom static resources but We made changes directly on the page with Html Editor, and published the changes. But i am wondering if this is the correct method. and on how to test this Page... since it doesn't have url. Please help me on that. 

 

#Experience Cloud

1 answer
0/9000

I need to reschedule my webassessor exam since my business trip was planned... however , no avaliable date can be selected from test center...is there possibility to change the testing from onsite to online?  

 

#Trailhead Challenges

1 answer
0/9000

I found a short document about the salesforce subscription management which was a beta release in spring 24. I'm not able to find any recent documentation about it. Have anyone implemented the subscription management and recurring orders in salesforce B2B commerce cloud? Can someone provide more details on it.  

1 answer
0/9000
7 answers
0/9000

Hi All, 

 

I have a checkbox field (default checked ) on Lead object. I want this checkbox field checked by default while a lead is created from Marketo. We have a SF user record which is connected to this. Now when I login as that user and create a lead record, this checkbox is checked by default. But when I was checking the report where the Leads coming from Marketo this checkbox is unchecked. How do I fix this?  

 

Thanks in advance!

14 answers
  1. Today, 6:33 AM

    More precisely, when you create a record in salesforce directly, the "Create " action is happening while syncing/integrating from other apps, the function "insert" is happening.  So while inserting if we are not providing the value, that field will be null. 

0/9000
5 answers
0/9000