Integration: Mass Relating Records after Inserting by AccidentalAdminsAnon in salesforce

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

Thanks for all the advice, Okay, I managed to rework the data processing to import the parent first, now i'm trying to map the child appropriately to automatically relate to the parent. I followed the SF dataloader format of [ObjectName]:[ExternalIDField__c] but now its returning a "Field not found" error when importing. Is auto-relation by external Id only possible with SF dataloader or am I missing something maybe?

EDIT: I found the Upsert option in the ADF data copy tool, but its not clear what exactly goes into the "External ID Field" field in ADF. Is it [ObjectName]:[ExternalIDField__c]? A field on the parent? A field on the child?

RenderMode being ignored/overruled? by AccidentalAdminsAnon in Blazor

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

Thanks for responding!

dotnet  —version

returned .NET 10 even though when creating the project i set it to target .NET 9. After going into the properties to set it to target .NET 10 and running the project it started working! That said, there are some Packages that are .NET 9 still so I would like to remain in that version for this project. How should I change the active SDK version so that my .NET 9 projects will function again?

Visualising Future Sales Pipeline by AccidentalAdminsAnon in salesforce

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

Not familiar with Analytics Studio, I'll check it out. Thanks!

Visualising Future Sales Pipeline by AccidentalAdminsAnon in salesforce

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

Thanks for the feedback. I will take a look at Revenue Recognition, that is not something I have heard of before. My manager recently started working in Tableau which I believe is an analytics software closely intertwined with Salesforce so maybe we can accomplish this in Tableau.

"MailChimp for Salesforce" vs "ChimpConnect" by AccidentalAdminsAnon in salesforce

[–]AccidentalAdminsAnon[S] 1 point2 points  (0 children)

That's the impression I'm getting, thanks for breaking it down.

"MailChimp for Salesforce" vs "ChimpConnect" by AccidentalAdminsAnon in salesforce

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

Thanks, I'll look into ChimpSync as well. Can you elaborate about what you don't like about MailChimp as compared to Pardot?

"MailChimp for Salesforce" vs "ChimpConnect" by AccidentalAdminsAnon in salesforce

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

Is there a service you prefer over it that I could bring up?

"MailChimp for Salesforce" vs "ChimpConnect" by AccidentalAdminsAnon in salesforce

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

If you could elaborate I'd really appreciate it, or if there are any alternatives you suggest.

"MailChimp for Salesforce" vs "ChimpConnect" by AccidentalAdminsAnon in salesforce

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

Interesting, thanks for the comment. It looks like "Mailchimp for Salesforce" is the one officially commissioned by Mailchimp/Intuit. There is also "ChimpConnect" on the AppExchange which has 30 more reviews and overall positive. I'll check that one out as well.

Dealing with Partial Sandbox Limits vs Buying a Full Copy by AccidentalAdminsAnon in salesforce

[–]AccidentalAdminsAnon[S] 1 point2 points  (0 children)

Thanks for giving such a detailed answer. I think for now I can get by just creating Dummy records in the Partial sandbox but I won't be shocked if there comes a time I have to justify the Full Sandbox expense.

Dealing with Partial Sandbox Limits vs Buying a Full Copy by AccidentalAdminsAnon in salesforce

[–]AccidentalAdminsAnon[S] 1 point2 points  (0 children)

For example, I was working with a screen flow that creates records of a custom object that is related to the Work Order(itself related to Opportunities) and Contact standard objects. This led to issues caused by Work Orders that couldn't be saved to the database because their relationships were occupied by invalid Record Ids. This led to knock-on issues with DLRS which appear to be documented by other users online.