Skip to main content

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

I have a permission set where I've updated edit access to a single field.  What whatever reason DevOps Center detects this as a REMOVAL of the permission set vs a change so I'm not able to deploy it.

 

I've seen this happen in another org as well.  The only way I was able to fix it was to basically clone the permission set and use a new name.  (or perhaps remove the permission set and then re-add) but that just seems way too drastic.

 

Any other workarounds so I can actually use DevOps Center to deploy this again?

 

Also, when I do pull changes permission sets almost never get pulled in.  I almost always have to manually add components.  Is this intentional?

9 answers
  1. Nov 13, 2024, 9:31 AM

    Good news, everyone. I have just talked to SF support, and we were able to solve the mystery about REMOVE in DevOps.

     

    Do the following to fix it:

    1. Query in DEV console using Tooling API: select Id, IsDeleted, CreatedDate, CreatedById, LastModifiedDate, LastModifiedById, SystemModstamp, MemberIdOrName, MemberType, MemberName, RevisionNum, RevisionCounter, IsNameObsolete, IsNewMember, ChangedBy from SourceMember where MemberName = 'PERMISSION SET API NAME' (or if you don't want the full list use condition "where IsNameObsolete = TRUE")

    2. Check if IsNameObsolete is set to TRUE (it most certainly will)

    3. Change it to FALSE and click "Save Rows"

    4. Make any change to the Permission Set on your DEV Org.

    5. Create a Work Item in DevOps Center and pull changes

    6. Your Permission Set will be listed as CHANGE.

     

    You're welcome :-)

0/9000

Hello Group, 

 

I am trying to find a solution for how to get number of files attached on a particular case record. and if we delete the file it should reduce the file count automatically. 

 

Please help me with your ideas/solutions how to achieve this. 

 

Best, 

Pavani

7 answers
  1. Today, 8:26 PM

    You will need apex triggers on ContentDocumentLink to achieve this as we can't write flows on that object.  You could ask Agentforce to write a sample in VSCode, it gives you a starting point anyways.  You can also try using an installed package to handle the counts, like Declarative Lookup Rollup Summary (https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3000000B45gWEAR) which has a pretty intuitive UI to specify the count and adds the trigger on ContentDocumentLink object for you.

0/9000

 

Hi experts, 

  

I have a question on App Exchange, is it possible that security review team fail the submission on the bases of best practices not being followed ? or it typically just to the security vulnerabilities review 

 

#AppExchange  #Appexchange Packages

5 answers
  1. Today, 8:26 PM

    Hi @Robbie Duncan

     

    Best practices mean , Code quality issues in Checkmarx context. 

     

    On the other hand there are some more quality issue reported by Code Analyzer (PMD) specifically.  Do you think we should address every bit before submitting another scan ? 

     

    We already have failed a scan , so progression cautiously to  save time and money. 

     

    you assistance would be highly appreciated. 

0/9000

Hi,

I'm trying to mass update my Recurring Invoices but have an error message 'missing values'.

 

My update:Error with Data loader : 'missing values'I only have the ID field and the "next invoice date" which is properly filled in. I don't understand why I got the error 'Missing values'.image (349).png

I tried to update another field (a text field) and it worked.

 

Can someone help me?

 

Thanks so much,

Audrey

 

 

#Data Management

7 answers
  1. Bradley Weller (Fast Slow Motion) Forum Ambassador
    Aug 27, 2024, 12:56 PM

    You may need to reach out to their support team. It looks like many other Users have been having a similar issue starting around the end of June. There are several posts from this week.

     

    https://dataloader.zendesk.com/hc/en-us/community/posts/30828944965779-Error-when-uploading-account-owner-missing-values?page=1#comments

     

    If you have access to another tool in the meantime, I'd recommend trying that.

0/9000
2 answers
  1. Vuk Stajic (MVRK Inc.) Forum Ambassador
    Today, 7:50 PM
0/9000

hi i want to send a mass email to contacts with multiple opportunities to follow up on them , is there any other way to this than a list view on contacts?  

 

#Email

1 answer
  1. Vuk Stajic (MVRK Inc.) Forum Ambassador
    Today, 8:10 PM

    Sure, you could do some automated flow based reminders! 

     

    Perhaps a schedule triggered flow!

0/9000

Hi, 

 

Can anyone share tips on making sure your sales team uses sales cadences? Other than having them open their work queue and verifying which leads are in a cadence and which are not, are there any additional best practices that can be shared? 

 

Thank you in advance for your tips,

1 answer
  1. Vuk Stajic (MVRK Inc.) Forum Ambassador
    Today, 8:09 PM

    No one likes a micro manager, but there needs to be a level of professionalism expected. 

     

    The first thing, for issues like this, is to set realistic expectations for what is possible for the team to handle. 

     

    Then, it is critical to lay out KPIs and to report on them. 

     

    And then you need to manage to those KPIs. 

     

    If people are not meeting a KPI, the should be clearly laid out to them via a Dashboard. 

     

    You can build in automated reminder emails for missed or late activities. 

     

    And then you can have a face to face after a couple of weeks with lower performers and ask what they need help with to reach the KPIs. Especially if others on the team are making their targets happen. 

     

    That is the power of Salesforce. 

     

    BUT - I have seen companies who expect far too much of their team with cadences. 

0/9000

Hello, 

 

Is it possible to embed a hyperlink into the text and present the user a clickable link to send to the recipient? 

I've tried many ways, but nothing seem to produce a clickable link in the prompt result.

6 answers
  1. Today, 8:07 PM

    Yes, I have told the prompt specifically what to do. I have no yet reached out to SF support. I was hoping to find the answer here.

0/9000

This superbadge is very difficult. Not sure what I am doing incorrectly. I have exported using the dataloader.io export feature and when I try to delete the required history when using the delete feature within dataloader.io

I am unable to because it does not show all account history that is on the CSV file. Can anyone be of guidance, I would greatly appreciate it. 

 

#Trailhead Superbadges

0/9000

Hello everyone, 

 

I'm working on the "Customize Record Page Components and Fields" in the " Lightning Experience Customization," But I have ran into an issue. When I got to the Create a Custom Lightning Record Page, I did the steps it told me, but when I clicked onto the Energy Audits tab, there was no "

Burlington evaluation" in the "recents" or "all" list view when there's supposed to be. I went back to see if I missed a part, but nothing about a "Burlington evaluation

". If anyone can help me, that would be great. Thanks 

Need Help! Lightning Experience Customization| Customize Record Page Components and Fields

 

  

 

#Trailhead Challenges

2 answers
  1. Today, 8:04 PM

    Oh I guessed I missed that thanks! 

     

0/9000