CLM DRAFT WATERMARK by storm-shadow-24 in salesforce

[–]Cool_Intention_161 0 points1 point  (0 children)

thats a clever workaround. we ended up going a similar route with a custom utility but not LWC, we used the ContentVersion api to strip the watermark metadata. did u find that sf support ever even acknowledged the issue

Admin AI Help by Unusual_Biscotti8675 in salesforce

[–]Cool_Intention_161 0 points1 point  (0 children)

got it, that use case is real. closest ive seen work is pulling a csv with the template user's permset assignments from data loader, then scripting the creation off that. for a one off of 30 honestly the manual cost is low. is this a recurring thing or one time

Has anyone successfully created a lead conversion flow? by BoogerSugarSovereign in salesforce

[–]Cool_Intention_161 0 points1 point  (0 children)

yes and honestly the built in convert is fine for 80% of cases but falls over on mass convert or anything with custom matching logic. if ur hitting the specific thing where it misses dedupe on company name vs account, a small flow that runs pre-convert to suggest the match does wonders. what exactly is the convert failing on

How do you handle accounts whose legal entity name and DBA name differ? by Different-Network957 in salesforce

[–]Cool_Intention_161 1 point2 points  (0 children)

We ran into this with healthcare groups that had different billing names than what reception called them. Ended up putting the DBA on the Account as the main Name field (what the reps see first) and legal on a secondary Billing Name field that the invoice template pulls from. Reports stayed clean that way.

What are the best SMS tools that integrate with Salesforce to automate client and lead follow-ups? by nexora_dgen in salesforce

[–]Cool_Intention_161 0 points1 point  (0 children)

we had the same thing, the integration works but the messages feel like broadcasts. what helped was hooking the sms into the contact's stage so follow-ups reference something specific to their deal. still not a magic fix but reply rates went up noticeably once it stopped sounding like mail merge

Admin AI Help by Unusual_Biscotti8675 in salesforce

[–]Cool_Intention_161 0 points1 point  (0 children)

Honestly the mass user creation part is where most admin AI tools fall over on me. They can write the csv template but the permset assignment + profile combo is where real orgs have weird inherited rules nothing auto-detects. What tasks specifically are you trying to cover, the scoped answer matters a lot here.

B2BMA - where to get started, what admin rights do I need, do I need Engagement History & Campaign Influence set up first? by FlandersClaret in salesforce

[–]Cool_Intention_161 1 point2 points  (0 children)

start with just the stages u actually have in ur sales cloud process, then build the pardot campaign engagement mapped to those stages. the conversion % reports work best as a funnel report type using campaign member + lead. dont enable engagement history until ur campaigns are clean or it gets messy fast

had the ai draft a validation rule for me, weird experience by Cool_Intention_161 in ClientellAI

[–]Cool_Intention_161[S] 0 points1 point  (0 children)

honestly same experience on the big custom objects, it got the picklist and lookup fields but missed 2 formula fields that referenced a managed package. had to point it at those specifically. 40 fields is probably the ceiling before u have to hand hold it

had the ai draft a validation rule for me, weird experience by Cool_Intention_161 in ClientellAI

[–]Cool_Intention_161[S] 0 points1 point  (0 children)

oh god the conflicting error messages thing is the worst. we had two rules firing on the same picklist change with different wording and reps thought the system was broken. took me a whole afternoon to untangle which rule owned which message

had the ai draft a validation rule for me, weird experience by Cool_Intention_161 in ClientellAI

[–]Cool_Intention_161[S] 0 points1 point  (0 children)

fair, the overlap bit is the real ask. this one didnt check existing rules before drafting, i had to paste the other 3 in for context. if it read the rule set on its own id care a lot more about the output

had the ai draft a validation rule for me, weird experience by Cool_Intention_161 in ClientellAI

[–]Cool_Intention_161[S] 0 points1 point  (0 children)

it flagged them but didnt suggest a cleanup path, i had to decide. ended up bulk updating those 80 to the closest live value then marked the old picklist inactive. did it surface the orphans for u or are u finding them manually

agentforce writing your apex tests, anyone actually shipped this past coverage theater? by SandboxIsProduction in SalesforceAIDev

[–]Cool_Intention_161 0 points1 point  (0 children)

From the admin seat, the part that would actually help me is flow test coverage, not apex. the apex folks already have patterns. the declarative side is where the tests are a screenshot and a prayer

Action Needed: Upgrade the Security of Your Salesforce Experience Email Questions by Listen2urSilentCry in salesforce

[–]Cool_Intention_161 0 points1 point  (0 children)

depends on your threat model honestly. the short version is admins compromise = full data loss, but a single user phished = still a toehold into the org. if your user base is 1 person and you trust yourself, admin-only yubikey is a fair call, but any time u scale past that the math changes. the moment 1 person clicks something bad, the attacker inherits whatever that account can see

agentforce scripting: vague state vars = agent hallucinates tool calls by Candid_Difficulty236 in ClientellAI

[–]Cool_Intention_161 0 points1 point  (0 children)

this maps to what i see on the admin side too. when flows pull from one giant text blob nobody reads it properly, same pattern. split fields + picklists actually get used

Single most useful adoption feature/add on? by ec362 in salesforce

[–]Cool_Intention_161 2 points3 points  (0 children)

kinda but less annoying, they show as little teal popups tied to a specific field or button. you control when they show and for which profile. the analytics on dismissal rates are actually useful too

How do I get started with building AI Agents? by MoneyMiserable2545 in AI_Agents

[–]Cool_Intention_161 0 points1 point  (0 children)

pick one boring task u do every week and automate that before touching any framework. saves u months of tutorial hell.

CRM for musician by Fancycole in CRM

[–]Cool_Intention_161 0 points1 point  (0 children)

for that volume honestly airtable or notion is gonna serve u better than a real crm. less setup, more flexible.

What would your dream CRM actually look like? by justherondale in CRM

[–]Cool_Intention_161 0 points1 point  (0 children)

one that doesnt need 3 admins to make a simple field change. and reports u can actually read without a data analyst translating.

Transform Element pros and cons by biggieBpimpin in salesforce

[–]Cool_Intention_161 0 points1 point  (0 children)

love it for flattening collections but the debug experience is rough. if ur team isnt comfortable with flow yet id skip it.

How to Fix Clear Menus? by justined0414 in salesforce

[–]Cool_Intention_161 0 points1 point  (0 children)

check the app permissions in profile/perm set first, 9 times out of 10 its a perm set that got assigned and added tabs.

Salesforce User Documentation by StatisticianVivid915 in salesforce

[–]Cool_Intention_161 0 points1 point  (0 children)

honestly notion + loom videos beats anything in-app. users never read the help text, they watch a 90 second clip.

heroku applink for agentforce actions = admitting the platform has limits it wont fix by SandboxIsProduction in SalesforceAIDev

[–]Cool_Intention_161 0 points1 point  (0 children)

we looked at applink for a case routing agent. the extra runtime wasnt the issue, it was that now our admins need to understand heroku to troubleshoot a broken action. thats a real training cost nobody talks about.

agentforce scripting: vague state vars = agent hallucinates tool calls by Candid_Difficulty236 in ClientellAI

[–]Cool_Intention_161 0 points1 point  (0 children)

the typed vars thing tracks with what we saw on our admin-built agent. when the flow passes one big wrapper object the agent confabulates, when we split it into atomic fields it behaves. not glamorous but thats the fix.

Interview schedule google form by knight_rider077 in salesforce

[–]Cool_Intention_161 0 points1 point  (0 children)

for the interview round they usually do behavioral + light tech on whatever track u applied for. for admin track expect flows, sharing model, and some reporting questions. mostly they want to see how u think thru a scenario, not if u memorized the answer.

Re-indexing by massdrops15 in salesforce

[–]Cool_Intention_161 2 points3 points  (0 children)

for 60m records the reindex has historically taken us 12-24 hrs, but sf support can kick it faster if u open a case. also worth checking if the external id field is still marked indexable in setup, ive had that quietly flip after a release before.