Skip to main content A new Salesforce certification experience is coming July 21st. Discover how exams will be delivered in Pearson VUE, what it means for you, and ways to prepare. Learn more.

Feed

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

 On my report I have the column 'EB Attendance Cap' that displays the maximum number of times a member can attend our events in a year. 

Another column 'Attendance YTD' is a summary formula column that counts how many times a member has attended our events this year to date: (RowCount) for Selected Groups, Row Group = [Account Name] 

 

I'm trying to get a formula in the 'Balance remaining' column to count the variance of the 2 variables and can't seem to get this to work.

Calculate the variance between a value in a column and a summary formula

 

Any help would be much appreciated. 

 

 

 

 

#Formulas

2 answers
  1. Today, 3:14 AM

    Hi Mark, 

    Yes, the EB Cap is a formula field (number) on the account level, the number displayed is based on each member's level.

0/9000

We’re planning to upgrade the CMTD managed package in our production environment soon. The upgrade has completed successfully in our dev orgs, so we don’t anticipate any issues.

 

However, in the unlikely event that the upgrade succeeds in production but causes problems with list functionality, what is the recommended way to roll back a managed package?

 

As I understand it, Salesforce Labs apps don’t come with official support. Is there any channel or contact we could reach out to for urgent assistance if we encounter a critical issue with this component?

0/9000

Greetings Everyone, request to please assist as I am not able to create Agents on the Agentforce Developer Org, I am getting the following error, "Error creating agent : java.lang.IllegalArgumentException:User doesn't have access to use agent More Details: ERRORS : User doesn't have access to use agent , User doesn't have access to use agent WARNINGS" I am able to do so in Agentforce Playground, I have identified that the "Agentforce Service Agent User" and "Service Agent Permissions" permission sets are missing along with "Agentforce Service Agent User" Permission Set License Assignments for the user which I have created with "Einstein Agent User" profile in Agentforce Developer Org, please assist, on how we may fix it, thanks

2 answers
0/9000

Hi, 

 

As per my investigation, I found that RagFileUDMO is not refreshed after creating a new Data Library or updating the existing one. 

After I uploaded new files to the File-Based Data Library, I can see that AiGroundingFileRef_Home data stream has been successfully refreshed, and the new files are under this data model. However, the new file contents are not refreshed to RagFileUDMO__dlm, so Search Index data is not updated after rebuilding, and my agent can't find the answer from the new files. 

It was working fine before, I'm not sure if there's any release update on Agentforce Data Library or anything I'm missing here. 

 

Has anyone experienced this issue, and any advice to fix this? 

 

Thank you. 

 

#Data Cloud  #Agentforce

0/9000

Knowledge article: https://help.salesforce.com/s/articleView?id=002723592&type=1    In regards to the suggested recommendation ..    "We strongly suggest that M365 admins use the Admin Consent Flow, which will automate the scope authorization process for all users in an account’s tenant so that individual users do not have to manually authorize the integration after Microsoft rolls out changes"    and the note:  "While not required, this step will make the migration more seamless for end users, and alleviate confusion that may come from prompting a user to authenticate the application."    Is the authentication a one off or is it every time the user uses the add-on?

2 answers
0/9000
7 answers
  1. Piyusha Pilania (Horizontal Digital) Forum Ambassador
    Mar 10, 2024, 5:57 AM

    @Shilpi Sinha The endpoint url we need to paste is in Current Value. I had also posted in first column instead of Current Value (Second column). Upon correcting this I was able to complete the step without any error. Hope this helps anyone encountering same error doing the challenge. 

     

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

0/9000

フローで「メールを送信」を作成しています。 

 

デバッグで確認すると、下記のようになりメールが届きません。 

 

emailAddresses = null

ccRecipientAddressList = null

senderAddress = ●●.com(←正しいアドレスが入っている)

useEmailTemplate = True

emailTemplateId = 00XBI000000JTjA2AW

recipientId = {!Get_Contact.Id} (003BI00000E4RONYA3)

出力

なし。 

 

原因と対処法を教えていただきたいです。

5 answers
  1. Today, 1:06 AM

    関連先(WhatId)にログを残したいオブジェクトを指定すれば可能みたいです。 

     

    It should work for custom objects too.

    On the "Send Email" action,

    1. Set "Log Email on Send" to True

    2. Set the "Recipient Address List" with the value of your Email field

    3. Make sure in the flow you have given the "Related Record ID" correctly. (Record ID of PQP record) 

     

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

0/9000

Hi all, 

 

 We have an older version of Pardot (Marketing Cloud Account Engagement) installed in our org, but it hasn’t been actively used and we  dont not have licenses. 

 

I’m wondering:

  • Has anyone had issues with older Pardot versions and the  ICU locale changes?
  • Are older Pardot classes/components breaking or throwing errors post-upgrade?

Would appreciate hearing how others are handling this! 

 

Thanks, 

 Vilmarie

0/9000

We have old unused Apex Triggers and classes that are on old version of the API that being deprecated.  We want to delete them from our Salesforce instance, but there is no way on the front-end.  Any advice? 

 

#Salesforce Developer

2 answers
  1. Today, 12:48 AM

    I saw that but the scripts were created with API version 27 which is part of the API's that are being deprecated/retired, so if I just put logic in to ignore them, I assume I'm still going to get the warning emails constantly about the out of date API version components.  I suppose I'd need to investigate the Metadata API route, as even if I upgrade the API version of Apex resources, I'd still have to keep updating them with skip logic every time the API's become out of date.

0/9000