Skip to main content

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.
5 answers
0/9000

Is their way to check how currently being data mapped with Marketing Cloud. 

May be with Salesforce/External System/Web Portal... 

 

If we want to check for BU as well.

1 answer
  1. Lukas Lunow (CloudWise) Forum Ambassador
    Today, 7:43 AM
    What do you mean by mapping? Is it about which sources are pushing what data to MC? In that case, it will not be possible, as you can’t see which data extensions etc are updated using API, etc. You will need to check which apps (client ID/secret) are created with permissions to write to data extensions. Also please check your file import activities in Automation Studio (if any).
0/9000

Hi Everyone,  

I am facing an issue while muting the permissions for the price books . 

I have basic read access for the price book object in the profile. 

I have a permission set which has additional access for the price books like create and edit.  

Now I have added this permission set into a permission set group. 

According to the use case I have to mute the Edit and create access in permission set group. 

But while doing so, I get the below error 

 

Unable to Access Page

 

The value of a parameter contains a character that is not allowed or the value exceeds the maximum allowed length. Remove the character from the parameter value or reduce the value length and resubmit. If the error still persists, report it to our Customer Support team. Provide the URL of the page you were requesting as well as any other related information. 

 

Can anyone help on this? 

 

#Security  #Salesforce

0/9000

Hello Community, 

 

I am unable to retrieve the full Salesforce profile from my org to VSCode using the sf project retrieve start command. I need to retrieve 70,000 lines of the full profile. Could anyone please help me with the correct way to retrieve the full profile?

Additionally, I am facing an issue with retrieving custom fields. There are actually 500 custom fields, but when I retrieve them, I'm only getting 4 lines. I'm not sure where the issue is, and would appreciate any guidance on how to resolve this. 

 

#Salesforce Developer

2 answers
  1. Today, 7:19 AM

    Create or update your package.xml to include the specific profile(s) you wish to retrieve. Ensure that all related components (like Custom Objects, Fields, Layouts, etc.) referenced by the profile are also included in the package.xml. <types>

    <members>Admin</members>

    <name>Profile</name>

    </types>

    <types>

    <members>*</members>

    <name>CustomObject</name>

    </types>. After setting up the package.xml, execute the retrieve command: sfdx force:source:retrieve -x path/to/package.xml. Refer to the link:

    https://developer.salesforce.com/docs/atlas.en-us.api_meta.meta/api_meta/manifest_samples.htm
0/9000
2 answers
0/9000

Hi Salesforce Expert, @Admin Group, Bangkok, TH @Admin Trailblazers @Amit - Salesforce Developer

 

 

I want to disable the attachment option in the "Send List Email" in the Contact and Lead. 

Do you have any advice? 

 

 

How to block user send email list with attachment?

 

Bass 

 

#Content Documents  #Library Content  #Send List Email

1 answer
0/9000

We have established Salesforce to Salesforce connection between 2 Salesforce Orgs. We have published few objects from Source Org A to Target Org B. We have subscribed same objects in Target Org B. 

We notice below error in Source Org A 

Login rate per hour for partner network user on partner org has exceeded limit 

 

We would like to understand why Target Org B is trying to login to Source Org A when no objects are published from Org B to Org A. 

 

 

#Salesforce Developer  #Salesforce Admin

1 answer
0/9000
1 answer
  1. Today, 4:55 AM

    Hi , 

     

    Can you please provide the screenshot of the error message ? 

     

    What is the trailhead that is experiencing this error? Please provide the URL of the trailhead.

0/9000