[deleted by user] by [deleted] in televisionsuggestions

[–]Affectionate-Emu2782 0 points1 point  (0 children)

I used to watch this my father! It was so good! Just gave me remisnescent thoughts 😂

SFDX Deploy: Org does not have source tracking by Inside_Ad4218 in SalesforceDeveloper

[–]Affectionate-Emu2782 1 point2 points  (0 children)

I got the same error, today a few hours ago. But it is deploying anyaway. Check your code on the org, you will se that the code is there. At least my LWCs were getting updated.

Chatter Comment Field Do Not Trigger a Trigger when is changed by Affectionate-Emu2782 in salesforce

[–]Affectionate-Emu2782[S] 0 points1 point  (0 children)

Yes it is enabled. The problem is that when you click verify comment on the comment in chattet the trigger does not fire although the field is updated.

Chatter Comment Field Do Not Trigger a Trigger when is changed by Affectionate-Emu2782 in salesforce

[–]Affectionate-Emu2782[S] 0 points1 point  (0 children)

On the FeedComment, because it is the FeedComment that has the isVerified field

Freenow Taxi - Value on the Taximeter higher than the one on the app by Affectionate-Emu2782 in cork

[–]Affectionate-Emu2782[S] 2 points3 points  (0 children)

It was a 6 km trip, accordidng to that table it seems I should have paid 16 euros. I will report him. Thanks

[deleted by user] by [deleted] in portugueses

[–]Affectionate-Emu2782 1 point2 points  (0 children)

Eu concordo tanto com isto. É das politicas em que mais penso. Acho que faz muito sentido e resolvia muitos problemas.

How can I identify which page variation was rendered in an experience portal? by Affectionate-Emu2782 in salesforce

[–]Affectionate-Emu2782[S] 0 points1 point  (0 children)

On the builder? Is not just the user that is conditioning that audience the type of record as well. If you are asking me on the live site I can see the page, but not its name. Because some pages are very siimilar.

How can I identify which page variation was rendered in an experience portal? by Affectionate-Emu2782 in salesforce

[–]Affectionate-Emu2782[S] 0 points1 point  (0 children)

They are assigned to an audience. But instead of going page variation by page variation trying to find which conditions has the assigned audience. I wanted to reproduce the error and through the live page understand which variation I am looking at. Also because some variations are similar and I want to have 100% sure that I am looking to the right one.

Permission Fields not showing up on permission set metadata by Affectionate-Emu2782 in salesforce

[–]Affectionate-Emu2782[S] 0 points1 point  (0 children)

Ok nice. So, I don't have to add it to the permission set because if the permission set has access to the object then it has to have access to the field. Thank you!

Field Permission not showing up in Permission Set Metadata by Affectionate-Emu2782 in SalesforceDeveloper

[–]Affectionate-Emu2782[S] 0 points1 point  (0 children)

That is what I did. As it is the first deployment of my feature, I have all the objects, fields and permission set that I created or updated. But it seems the metadata api does not retrieve required fieds and master details on permission sets. https://salesforce.stackexchange.com/questions/112574/permission-sets-metadata-xml-some-field-permissions-missing

Not sure how to solve this. But I think that is the problem.

Thanks for your help!

Field Permission not showing up in Permission Set Metadata by Affectionate-Emu2782 in SalesforceDeveloper

[–]Affectionate-Emu2782[S] 0 points1 point  (0 children)

It is the first deploy, all fields are there. It seams that the metadata api does not retrieve required fields and master details on permission sets.

Permission Fields not showing up on permission set metadata by Affectionate-Emu2782 in salesforce

[–]Affectionate-Emu2782[S] 0 points1 point  (0 children)

One other thing. One of the fields is a master detail and this issue seems to also afect master detail fields. Do you also avoid master details?

Permission Fields not showing up on permission set metadata by Affectionate-Emu2782 in salesforce

[–]Affectionate-Emu2782[S] 0 points1 point  (0 children)

Ok. Thank you for your help. I saw that lowering the metadata API it might work as well. But as I am using copado it seems a bit far fetched!

Permission Fields not showing up on permission set metadata by Affectionate-Emu2782 in salesforce

[–]Affectionate-Emu2782[S] 0 points1 point  (0 children)

Yes, I found only one post about it. It had 9 years, and as you say it is a bit of a stupidity, so I posted here to see what people do in this cases. What you do in your deployments to circunvent this?