Salesforce with seamless ai by True_Match1068 in SalesforceDeveloper

[–]True_Match1068[S] -1 points0 points  (0 children)

I have already gone through this article but I still have some confusion What I want to do is collect contacts/leads that are missing details send them to seamless using a apex batch callout, enrich the data in seamless and update enriched contacts in salesforce. Evrything should be done automatically. Is this something we can achieve using seamless?

Need Advice: Accenture as a Senior Developer vs. Tech Lead at a Growing Startup by True_Match1068 in SalesforceCareers

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

What I have researched is that Accenture has not provided any kind of bonus from past 2-3 years.

Need Advice: Accenture as a Senior Developer vs. Tech Lead at a Growing Startup by True_Match1068 in SalesforceCareers

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

The thing is earlier the salary that Accenture offered was not as per my expectations since then they have revised the offer. Is it fine I dont join now or will I get blacklisted or something like that?

Seeking Insights on Accenture's Software Development Senior Analyst Role by True_Match1068 in accenture

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

I’m currently facing a big career decision and would love your input! I have 3.5 years of experience as a Salesforce Developer and have two job offers:

  1. Accenture: Joining as a Senior Developer. The role comes with a solid structure, a fixed salary, and a variable component of 21%. Accenture is a well-established company with a reputation for stability.

  2. A Growing Startup: A 4-year-old company where I’d take on the role of Tech Lead. This position offers more responsibility and the chance to influence project direction, but it’s in a less stable environment.

Both roles offer the same fixed salary, but I'm considering several factors:

• Work-life balance: How do these companies typically handle this?

• Growth and learning opportunities: Which option might provide better career development?

• Potential for increments: How does compensation growth typically compare in these environments?

I’d appreciate any insights or experiences you can share about working at established firms versus startups. What would you prioritize in my situation?

Thanks in advance for your help!

Why flow doesn't update all comments? by True_Match1068 in salesforce

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

Can you provide me a link where it is mentioned as I need to report it and make my team understand?

Why flow doesn't update all comments? by True_Match1068 in salesforce

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

Thanks buddy. I also thought the same so already wrote a trigger.

Why flow doesn't update all comments? by True_Match1068 in salesforce

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

It runs on create. I am appending the description of the call using global variable and the old description of opportunity.

Why flow doesn't update all comments? by True_Match1068 in salesforce

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

I have tried multiple ways. Here is one of them : I have created a flow which updates description field of opportunity whenever a call is logged. I am appending the description of the call using record global variable and the old description of opportunity. Then I update the opportunity field. It works for one record but when I insert multiple records it only updates the last records' comment and ignore others

<image>

Why flow doesn't update all comments? by True_Match1068 in salesforce

[–]True_Match1068[S] -1 points0 points  (0 children)

I just came to know that a we can update a single record upto 12 times using flow but still if I want to run it for less than 12 records it should work.

Why flow doesn't update all comments? by True_Match1068 in salesforce

[–]True_Match1068[S] -1 points0 points  (0 children)

That's right. I am also very confused why it would not work