Skip to main content

Feed

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

Hi everyone, 

 I'm still new to Salesforce and was trying to install the 

Marketing Cloud Account Engagement and Digital Engagement SMS Integration package (by Salesforce Labs) into my playground org.

But I got this error during installation:

Trouble Installing Salesforce Labs Package: Digital Engagement SMS Integration

 

I don’t understand what this means. Does it have to do with Marketing Cloud or something else I haven’t set up? 

 Is there something I need to install first before this works? 

 And is it even possible to use this package in a playground org?

I’d really appreciate it if anyone could explain what’s going on in simple terms or point me in the right direction. Thank you so much!  

 

 

 

#Appexchage Apps

2 answers
0/9000

Hi there, 

 

I am looking for an easy  way to create opportunity line items from an excel sheet. 

 

My dream solution would be to create a screen flow that is started by a button on the opportunity record page. When the user clicks that button, a window opens where an excel sheet can be uploaded per drag and drop. The excel sheet would contain the article number, the quantity and the sales price. The flow would then match the article number with the products in our pricebook and create opportunity line items with the corresponding quantity and sales price from the excel sheet and add those to the opportunity where the flow was started.  

 

I need a simple solution that is easy to use for all users. It would not make sense to use an extra piece of software like dataloader or similar.  

 

Is that somehow possible as in my dream? Or are there any other simple solutions on the app store that would achieve this? 

 

Any suggestions are highly appreciated!  

 

#Flow  #Microsoft Excel  #Data Management  #Screen Flow  #Import

1 answer
  1. Today, 4:15 PM

     

    I agree with you, you can use "File Upload" component in Screen Flows. You'll need a way to read and process the data within the uploaded file.  Standard Screen Flows don't have built-in functionality to directly parse Excel files. You need to write Apex code to process the uploaded file (after it's saved as a Salesforce File), extract the data (Article Number, Quantity, Sales Price), and then create the Opportunity Line Item records.  

     

    I would suggest three options here, check out these. 

     

    1. Implement Flow with Apex code: Create a Screen Flow that allows users to upload an Excel or CSV file. Utilize an Apex class to read and process the file data, then create the Opportunity Line Item records.
    2. Implement LWC component to upload and process: Develop an LWC that handles the file upload directly and incorporates JavaScript and Apex to parse the Excel data and create the Opportunity Line Items.
    3. Use third party App exchange products: Leverage pre-built solutions from the AppExchange specifically designed for data import and Opportunity Line Item creation. 
0/9000
0/9000
1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 3:49 PM

    Hello @Muthu Pandi you are not in the normal prompt builder window. Please go back and try to go back to your prompt template. Eric

0/9000
2 answers
0/9000
1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 3:46 PM

    Hello @Sharvani Rathore you certainly use an old playground with another system admin / active user created (from another challenge)/ Please deactivate the other active user (not the one with whom you log : Setup > Users), or create a brand new playground to take this challenge (3 dot icon, next to the Launch button, in the challenge section). Eric

0/9000

I can't go past this challenge. I have computed the right task, but it still won't verify my lesson and it's holding me back from going ahead in my learning. I'm suspecting my countries Naira sign as an issue for setting the opportunity. if there's more to it, I would need helping to go through this process 

 

#Trailhead Challenges  #Flow  #Trailhead

1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Today, 3:44 PM

    Hello @David Ikwuagwu what is the error you have got ? Eric

0/9000