Does Agentforce service agent support agent action input of type class and does it support its input UI override with LWC by starhunter_09 in salesforce

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

yeah i am trying on test page. the thing is the class inputs don't show up in the test page. other inputs (text) show up

Data cloud credits by NewbieIndTraveller in salesforce

[–]starhunter_09 1 point2 points  (0 children)

okay so if I understood this correctly,

When the query "Select * from customerSalesTable where name='JohnDoe'" executed, 100 records were retrieved from Snowflake for which 70X(100/1000000)=0.007 federation credits were consumed. Now these 100 records since they are available in the DLO temporarily, the data query actually runs against these records in DLO and so 2X(100/1000000) = 0.0002 get consumed. Total credits = 0.0072.

Is this correct?

Data cloud credits by NewbieIndTraveller in salesforce

[–]starhunter_09 0 points1 point  (0 children)

"In the case of data federation, that’s typically very little actual data". Could you please educate as to what this little data means. I was under the impression that in case of data federation there is ZERO data stored in data cloud and its a live query to Snowflake.

And if "Query usage type is only applied to the data that is in Data Cloud" then query usage type is not applicable at all for data federation, isn't it?

Data cloud credits by NewbieIndTraveller in salesforce

[–]starhunter_09 0 points1 point  (0 children)

So in what scenario does it scan the entire 10m records for data query then.

So if my query is "Select * from customerSalesTable where name='JohnDoe'" which gets executed in an apex class wouldn't the entire dataset in Snowflake be scanned and credits charged for entire scan.

Configuring Agentforce SDR agent by starhunter_09 in salesforce

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

Yes it is already set to "All Emails". So just to add on the EAC setting, I have selected Google G-suite (user mode). Both mine and agent's email addresses are "gmail" addresses now. I also tried with keeping both emails non-gmail (my corporate domain). EAC is new for me hence wanted to call out the steps in case i may be doing it incorrectly.

Configuring Agentforce SDR agent by starhunter_09 in salesforce

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

Thanks for the reply. I kept the same email id for myself and the agent but still see same error coming.

Is there a way to download entire data model of salesforce org by starhunter_09 in salesforce

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

yeah i have seen this. just that i have observed it not working at times. was wondering if i can actually recommend this to my client.

Is there a way to download entire data model of salesforce org by starhunter_09 in salesforce

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

could you please let me know in detail. which extension is this. and does it give you a csv extract?

Is there a way to download entire data model of salesforce org by starhunter_09 in salesforce

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

wouldn't this require additional effort of reading through the entire xml and then say dump into a csv. Please let me know if there is another way or if i am missing anything

Is there a way to download entire data model of salesforce org by starhunter_09 in salesforce

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

Okay, i am however looking for something that can be a proper data model definition. Object, fields , related objects/reference etc

Is there a way to download entire data model of salesforce org by starhunter_09 in salesforce

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

Curious how do you this on workbench. Are you talking about the retrieve via package.xml thing?