Skip to main content

#CRM Configuration52 diskutieren mit

Hello, I am looking for Alerts feature on Scale Center product. As per the document Configure Alerts | Salesforce Help we should be able to subcribe to following alerts, but I cant access this feature. Wondering if this only for Signature Success Plan customer.   Thanks   

1 Antwort
  1. Smitha Thomas (CIBC) Forum Ambassador
    13. Aug., 16:13

    Hi @Shrivaths Kulkarni

     

    Scale Center is available at no additional cost for all Unlimited Edition (UE) Production and Full Copy sandbox orgs, as well as for customers with Signature Success Plans. Can you check email logs to see if there were any failures.

0/9000

We want to turn on State and Country picklists, but we had some questions. Would we need to update any automation, or adjust validations?    When this is turned on, do country values default to full words? Meaning United States, instead of US? And so on. We currently have a few web forms pushing in leads and contact with 2 digit codes.    

3 Antworten
  1. Steven Trumble (Strum Consulting) Forum Ambassador
    12. Aug., 05:52

    I built these invocables a while back to help with handling turning full name back to the codes:

    https://github.com/s-trumble/CountryAndStateCodes
0/9000
Hi,

I have the field name and I need to find the object to which it belongs to?

example:

field name: Status

I need to find the object to which this field belongs?
3 Antworten
  1. 10. Aug., 18:39

    The query works fine if ordinary single quotes are used: 

     Select Id, Namespaceprefix,developername,TableEnumOrId from customfield where developername LIKE '%(FIELDNAME)%' 

    Otherwise you get :  

    Unknown error parsing query 

0/9000

Hi Everyone, 

 

Can anyone tell me how Edit option is available on the visit record page of Life Science Commercial App on iPad. Need Edit button from the 3 dots available on bottom right corner.  Edit Button is not visible even when the visit status is planned and not completed or submitted.

How Edit option on Visit record page on iPad is available in Life Science Cloud.

 

 

 

#CRM Configuration

4 Antworten
0/9000

We use the standard quote object for quoting and have a custom text field to use for extended line item information. However, this field keeps cutting off the text arbitrarily; in this particular example it is after 195 characters. The field is a rich text area with a 3000 character limit. Can anyone explain why this is happening? 

 

Quote PDF Field Cut Off

 

full line item description.png

 

 @* Sales Cloud - Best Practices * @* Sales Cloud - Getting Started *

 

  

 

#CRM Configuration

3 Antworten
  1. 4. Aug., 14:18

    Hi Lisa, 

     

    The short version: this is a limitation of standard quote templates rather than something misconfigured on your end, and the reason it looks arbitrary is that the character count isn't counting what you see. 

     

    Rich text area fields store HTML behind the scenes — paragraph tags, line breaks, bold, font styling, all of it. Character limits in quote templates count those hidden formatting characters along with the visible text. So your 195 visible characters plus the markup wrapping them is hitting the renderer's internal ceiling. That's also why the cut-off point moves around between records: content with more formatting truncates sooner, plain content goes further. Your field's 3,000 character limit governs what Salesforce will store, not what the PDF engine will render. 

     

    A quick way to confirm it: take the same content, strip all formatting so it's plain unformatted text, paste it back in and regenerate the PDF. If it runs noticeably further before cutting, markup overhead is your culprit. 

     

    On what to do about it: 

     

    If you can live without formatting, switching to a plain Long Text Area removes the markup overhead entirely and gets you meaningfully more usable characters, with a predictable cut-off instead of a moving one. 

     

    If you need the full 3,000 characters per line item, standard quote templates aren't going to get you there. The usual routes are a Visualforce quote PDF template, where you control the rendering, or a document generation tool — S-Docs, Conga, Nintex DocGen and similar all handle long per-line-item text properly. More work up front, but it's the only way to stop fighting the limit. 

     

    One thing worth ruling out first: check field-level security on that field for the profile generating the PDF. If a field isn't fully visible to the user, it can render oddly or not at all on template PDFs. Less likely given you're seeing partial text, but cheap to verify. 

     

    Hope that helps. 

     

    Lisa — also worth saying: if the extended line item info is genuinely long, it may be worth asking whether it belongs on the PDF as a line item column at all, versus a terms or details section further down. Line item columns are narrow by design and long text tends to look cramped even when it does render. 

     

0/9000

𝗔ft𝗲𝗿 𝗺𝗼𝗿𝗲 𝘁𝗵𝗮𝗻 𝟮 𝘆𝗲𝗮𝗿𝘀 𝗯𝘂𝗶𝗹𝗱𝗶𝗻𝗴 𝗲𝗻𝘁𝗲𝗿𝗽𝗿𝗶𝘀𝗲 𝗔𝗜, 𝘄𝗲’𝘃𝗲 𝗰𝗼𝗺𝗲 𝘁𝗼 𝗼𝗻𝗲 𝗰𝗼𝗻𝗰𝗹𝘂𝘀𝗶𝗼𝗻: 

  

The AI industry is optimizing for the wrong metric. 

  

Everyone is asking: “How smart is the model?” 

  

Enterprise teams should be asking: “𝗖𝗮𝗻 𝗜 𝘁𝗿𝘂𝘀𝘁 𝘁𝗵𝗶𝘀 𝗔𝗜 𝘁𝗼 𝗲𝘅𝗲𝗰𝘂𝘁𝗲 𝗺𝘆 𝗯𝘂𝘀𝗶𝗻𝗲𝘀𝘀 𝗽𝗿𝗼𝗰𝗲𝘀𝘀?” 

  

The hardest part isn’t getting an agent to answer a question. 

  

It’s getting it to reliably complete an end-to-end workflow. 

  

Take a customer refund. In production, the agent has to do more than understand intent: 

  

✅ Validate the request against business policies 

✅ Decide what can be auto-approved vs escalated 

✅ Pause execution while waiting for human approval 

✅ Resume from the exact same state later (not restart) 

✅ Update the right CRM records 

✅ Produce an audit trail for every decision 

  

None of that is a prompting problem. It’s an 𝗲𝘅𝗲𝗰𝘂𝘁𝗶𝗼𝗻 𝗽𝗿𝗼𝗯𝗹𝗲𝗺. 

  

𝗪𝗵𝗮𝘁’𝘀 𝘁𝗵𝗲 𝗯𝗶𝗴𝗴𝗲𝘀𝘁 𝗯𝗹𝗼𝗰𝗸𝗲𝗿 𝘆𝗼𝘂’𝘃𝗲 𝗳𝗮𝗰𝗲𝗱 𝘄𝗵𝗲𝗻 𝘁𝗿𝘆𝗶𝗻𝗴 𝘁𝗼 𝗺𝗮𝗸𝗲 𝗔𝗜 𝗮𝗴𝗲𝗻𝘁𝘀 𝗽𝗿𝗼𝗱𝘂𝗰𝘁𝗶𝗼𝗻-𝗿𝗲𝗮𝗱𝘆 𝗶𝗻 𝘁𝗵𝗲 𝗲𝗻𝘁𝗲𝗿𝗽𝗿𝗶𝘀𝗲? 

  

#EnterpriseArchitect #Enterprise Architecture #AIAgents #AI #Salesforce #Salesforce Developer #CRM #CRM Configuration

1 Kommentar
  1. 5. Aug., 11:00

    This really resonates.

    One thing I've noticed is that most benchmarks focus on whether an AI agent can produce the right answer.

    In production, that's only one piece of the puzzle.

    The bigger questions become: 

    • Can it follow business policies? 

    • Can it recover from failures? 

    • Can it handle long-running workflows? 

    • Can you explain every decision it made?

    Curious to see how the industry evolves over the next few years.

0/9000

Hello,

I created a custom object "Modules". I need to rename the label and (more importantly) the TRANSLATION for that label on field "Created By", which is standard. I cannot find an option to do that. Thanks for any help.

7 Antworten
  1. Evaldas Zaranka (Wise) Forum Ambassador
    4. März 2022, 10:58

    From my knowledge standard fields like Created By, Owner , Last Modified By are getting translated automatically to the language specified at a user record level.

0/9000

I have a requirement where I have been asked to change the example and help text of Mobile field on Personal Information page of User Settings.    Please guide me the correct way.  Thanks in advance    

1 Antwort
  1. 4. Aug., 18:08

    Hi @SAURABH ANAND

    As this is a standard field we cannot do much on this field.

0/9000

I am the Systerm Administrator for our nonprofits' Salesforce org. I have set up Foundations, including the Marketing App features, except "Marketing Performance Intelligence" and "Create Custom Preference Pages".     On the Marketing Performance Intelligence setup, I get an error at the "template_requirement_sdm" step when running the installation. I cannot find any guidance on what I need to do or change to get past that step. Any help to be able to complete the install would be appreciated.    Also, I am able to access Email Builder Lite as the System Administrator but when I try to give access to users, I get errors that are not helpful. They say to ask the Admin for a CMS Workspace and access to Email Builder Lite, both of which have been done. When I search Salesforce Help, I find references to Permission Sets that are not in my org.       

1 Antwort
  1. 4. Aug., 07:30

    Hi, 

     

    It sounds like you're encountering two separate issues. 

     

    1. Marketing Performance Intelligence installation (template_requirement_sdm error)

    This step is part of the automated provisioning process, and there isn't any public documentation that explains how to resolve the template_requirement_sdm error specifically. In most cases, this indicates a backend provisioning or installation issue rather than a configuration problem in your org. 

     

    I recommend:

    • Verifying that your Marketing setup and Data Cloud provisioning have completed successfully.
    • Reviewing the official Salesforce Foundations Marketing setup guide to ensure all prerequisite steps have been completed.
    • If the error persists, open a Salesforce Support case, as they can review the installation logs for your org.

    Resources:

    2. Email Builder Lite access for users

    The error about needing a CMS Workspace and Email Builder Lite access is usually caused by missing permissions or workspace contributor assignments.

    A few things to verify:

    • The users have been added as Workspace Contributors to the Marketing Workspace (not just granted access to the CMS Workspace).
    • The appropriate Marketing permission set (or Permission Set Group) has been assigned. Depending on your org and release, Salesforce may use Permission Set Groups instead of individual permission sets.
    • Confirm that the Marketing Workspace has been created and shared correctly.

    Helpful documentation:

    If both of these checks look correct and you're still seeing the same behavior, I'd recommend opening a Salesforce Support case. Since the template_requirement_sdm installation error and missing permission sets can both be related to org provisioning, Support can verify whether everything has been provisioned correctly in the backend. 

     

    Hope this helps.

0/9000

Hi All,    I'm working on a project where there is a public webpage with multiple PDFs I want the agent to scrap the page -> Pdfs -> find the information inside the pdf.    Current I've imported it via Data Cloud, this since the pdfs gets update frequently, this is not the best approach.    Regards,  Catherine. 

1 Antwort
  1. 28. Juli, 10:43

    I haven't tried this but  a quick search tells me that if you navigate to Setup --> search for Other Connectors --> click New --> search Web Content (Crawler) and configure it as given in this documentation, you maybe able to achieve your objective. From here on it should be a familiar setup, configure Data Stream, map DLO, build a Search Index, configure Retriever, create a Prompt Template, configure an Agent Action to invoke the template.

0/9000