Skip to main content

#Salesforce Developer토론 중인 항목 458개

Hi everyone,

I have a client who is trying to install a Salesforce package, but the installation fails with the following error:

Has anyone encountered this issue before?

The package/version was provided by the package publisher, so I’d like to understand what could cause Salesforce to return “Package Not Found” during installation.

 

Any guidance on how to troubleshoot this would be greatly appreciated. 

 

Package Installation Error – “Package Not Found”

 

 

 

#Salesforce Developer

답변 4개
  1. 8월 16일 오후 7:06

    Try installing the package in the different sandbox and see if the error still exists. Try with different admin user as well.

0/9000
답변 1개
  1. 8월 16일 오후 2:44

    Hi Lohith - that error is purely about the Rate field's size, not the value being 'wrong'. The field is defined to hold 3 digits before the decimal and 2 after (so its max is 999.99), and 1800.0 needs 4 digits before the decimal, which overflows it. 

     

    Two ways to fix it, depending on the field: 

     

    1. If 'Rate' is a custom field you or your team created: go to Setup > Object Manager > [the object] > Fields & Relationships > Rate > Edit, and increase Length (the digits to the left of the decimal) to at least 4, keeping Decimal Places at 2. That lets it store 1800.00. Save and re-enter the value. 

     

    2. If 'Rate' is a standard/managed Revenue Cloud field (the Edit option is greyed out and you can't change its length): the cap is intentional, and it usually means the field expects a different kind of value than you're entering - most 'Rate' fields in pricing are a percentage, not an amount. So a value like 1800 may belong in a different field (an amount/price field), or needs to be expressed differently. Check the field's type and help text to confirm what it's meant to hold. 

     

    Quickest way to tell which case you're in: open the field in Object Manager. If it's editable, resize it (option 1); if it's managed/locked, it's option 2 and you'll want the right field for that value. 

     

    Hope that clears the error!

0/9000
답변 1개
0/9000
답변 3개
  1. 어제 오전 4:20

    Hi @Marcos Gomes Developer trailmix are good enough. You may also find free practice exams from google. Those exams are mocked same as real exam. It'll help you alot in the preparation. Best of Luck for the exam.

0/9000

Hi fellow trailblazers,    We would like to disable or enable the phone icon depending on the http response to an external url which decides whether the phone number is on a Do Not Call List. We are using the Sales Dialer/Lightning Dialer of Salesforce. As far as I can, there is no easy way to inject a call to an apex class when the phone icon is clicked. I was wondering whether anyone of you have implemented such a requirement for your company?  Any advice will be helpful.    Thanks,  Priya    @* Salesforce Developers * 

답변 2개
  1. 8월 14일 오후 8:52

    Hi Venkat, thanks for replying. Did you all have the Sales Dialer or a third party dialer that exposes the dialog controls?

0/9000
답변 3개
  1. 8월 14일 오후 7:02

    Hi, Follow Salesforce Admin path first to learn basics of administration in salesforce and then advance to specific cloud such as Sales Cloud. Most of the clouds are built on top of Sales Cloud so it is better to start with that. 

0/9000

Hello, 

 

I'm getting multiple errors, 209 errors to be exact,  while deploying a profile between two sandboxes.  They all seem to be related to Apex classes in our org.  This is the VSC command I'm using: 

 

sf project deploy validate --source-dir force-app/main/default -l RunLocalTests --target-org "TEST"

 

At the Deployment Status window there is mention of a new, in beta

 RunRelevantTests

 test runtime.  Can I use this to bypass all these other tests/errors?  How do I update my command to use this new test? 

  

Run Relevant Apex Tests in a Deployment (Beta) | Metadata API Developer Guide | Salesforce Developers

 

Thank you! 

Multiple errors during deployment of profile using VSC

 

#Salesforce Developer

답변 7개
  1. 8월 14일 오후 6:36

    Well, after meeting with my developer this morning, we straightened it out.  It turns out (according to my guy) that one has to include an Apex Class, any existing class in your org, in order to obtain at least 75% coverage of the tests that run during validation and deployment.  This worked:

    sf project deploy validate --source-dir force-app/main/default -l RunSpecifiedTests -t batchCampaignGeofieldUpdateTest  --target-org "TEST"

    For deployment:

    sf project deploy start --source-dir force-app/main/default -l RunSpecifiedTests -t batchCampaignGeofieldUpdateTest  --target-org "TEST"

    Now, what if one doesn't have an Apex class to use.  Well, don't ask me 😎. 

     

    Thanks to you both. 

    Gustavo 

     

     

     

     

0/9000
Lena Wong 님이 #Trailhead Challenges에 질문했습니다

Hi Trailblazers,

I am facing an inconsistency between what the Lightning App Builder shows in its mobile preview (Phone Form Factor) and what is actually rendered inside the official Salesforce Mobile App on a real iOS/Android device. I would appreciate some architectural insights to clarify this behavior.

The Scenario:

  1. I am customizing an Account Record Page using the Lightning App Builder.
  2. Inside a Tab component, I configured two custom tabs: Activity (placed first) and Chatter (placed second).
  3. When switching the Lightning App Builder preview to "Phone", the desktop Activities (Activity Timeline) component displays the classic "Unsupported form factor: Activities supports only the desktop form factor" warning.
  4. To test mobile visibility, I left that desktop component there but controlled its visibility via a component filter: Device > Form Factor Equal Phone.

The Inconsistency / Questions:

  • Question 1: Preview vs. Real Device Behavior 

    In the Lightning App Builder (Phone view), the

    Activity tab is strictly displayed above the Chatter tab, respecting the structural order of the Tabs component metadata. However, on the real Salesforce Mobile App device, I only see the Chatter tab and not the Activity tab. 
  • Question 2: Fallback Mechanism & Smart Rendering 

    Since the desktop

    Activities Timeline component explicitly throws an "Unsupported form factor" error for mobile, what is the exact mechanism the Salesforce Mobile App uses on a real device? Does the native app container automatically suppress/ignore unsupported desktop components even if they are forced via Device = Phone filters, or does it trigger an internal fallback to the native mobile global activity card (Recent Activity)?

I want to understand if this layout discrepancy is a known limitation of the App Builder preview simulator or if there is a specific mobile rendering logic that changes the component hierarchy on real devices and hence I can't also see the tab Activity on Salesforce app in the mobile phone.

Thanks in advance for your help! 

 

@Salesforce Administrators & Developers, @Salesforce Administrators and Developers, @APAC Architects, @Data Quality & Management

 

 

#Trailhead Challenges  #Trailhead  #Salesforce Developer

답변 2개
0/9000
Judy Soni 님이 #Trailhead에 질문했습니다

Hello for the above mentioned trailhead training module, in this question: click the dropdown arrow next to Recently Viewed, then choose the All Orders list view. Two orders will appear, both for Edge Communications.  The two orders are not appearing for me.  

 

Please look into this for me.  Thank you. 

 

#Trailhead  #Salesforce Developer

답변 3개
  1. 8월 14일 오후 4:38

    Hey Judy, 

     

    No worries, glad the password's edited out now. Makes sense, double check the launch link when you get a chance, that's usually the culprit for missing sample data like this. Feel free to post back here if it's still not showing up after redoing it with the correct link.

0/9000

***POLL IS CLOSED***

 

Lantern Astro won across every poll and will be the Winter ’27 Release logo!

_________ 

 

Help us choose the official Salesforce Winter ’27 Release logo.

 

Which character should star?

1️⃣ Agent Astro

2️⃣ Bookish Codey

3️⃣ Agent Appy

4️⃣ Lantern Astro

 

Cast your vote here, or vote in our polls on X, Instagram and LinkedIn (or all four!)

 

🗳️ Voting closes Friday, July 10. The character with the most votes will become the official Salesforce Winter ’27 Release logo. 

***POLL IS CLOSED*** Lantern Astro won across every poll and will be the Winter ’27 Release logo!_________ Help us choose the official Salesforce Winter ’27 Release logo. Which character should star?

댓글 191개
0/9000