Skip to main content

Feed

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

@* 質問広場~初心者から上級者まで~ 日本 *

 

画面フローで繰り返しコンポーネントを使っています。 

「買上日」を、2025/4/5と入力したら、追加ボタンを押した次のコンポーネントで、自動で「2025/4/5」と入っている状態にしたいのですが、可能でしょうか? 

現在はデフォルト値を今日の日付にしています。

画面フローの繰り返しコンポーネントについて

 

スクリーンショット 2025-04-04 184727.png

 

 

 

1 answer
0/9000

I need to display external documents in my Lightning Web Component (LWC). To address heap size limitations, I must make an asynchronous API call out in Apex. Currently, I am using a synchronous process, which restricts my file data to a maximum of 6 MB. By switching to an asynchronous approach, I can handle file data up to 12 MB. How can I achieve this functionality using an asynchronous process? I would appreciate any insights or guidance on this matter. 

 

#Integration  #Salesforce Developer

0/9000

Hi everyone! 

 I’m currently learning and exploring the Salesforce tech stack from past 9 months, and I’ve really been enjoying the journey so far. I've explored many features including Admin functionalities, Apex, Triggers, Flows, Validation Rules, Process Builder, and more. I’m working on building my foundation strong, and I’m aiming to start my career as a Salesforce Developer soon.

I wanted to ask: 

- How much real-time experience (in months or years) is usually expected before switching to another company as a Salesforce Developer? 

- Also, what key skills or certifications are generally preferred when making that first switch? 

 

 

Any guidance or personal experiences would be really helpful. Thanks in advance! 

 

#Salesforce Developer  #Salesforce  #Certifications  #Salesforcecommunity

1 answer
  1. Eric Burté (DEVOTEAM) Forum Ambassador
    Apr 6, 8:31 PM

    Hello @MAHANTHESH R J, I would expect a developer to have at least the Admin certification, the App Builder, and the Platform Dev 1. Any other certification will be great. 

    You can look for internal / external positions on Salesforce development, as soon as you  have some experience (that you seem to have practically) and some projects where you have practiced what you have learned & explored so far, and have followed project methodology. Certifications will help you ! 

    Eric

0/9000

Hi all, 

 

Wrestling with my first NPC project after years of NPSP experience, and I had a quick question about campaign membership. I know you can set up campaigns to accept accounts as campaign members, but I've always steered away from this functionality because it seemed like it would get messy with integrations to marketing tools. 

 

Now that person accounts are the done thing, is anyone setting up accounts as campaign members and then adding all records as accounts? Or is it better to stick with only adding contacts to campaigns? How do marketing tools deal with accounts as campaign members, especially Marketing Cloud and Pardot? 

 

Thanks for your insights!

1 answer
  1. Apr 3, 12:43 PM

    Hi @Wyan Carter. As far as I can see, when you use the Add Accounts button to add Person Accounts to a Campaign, they are actually added as Contacts (the Type field in the Contact Member is set to 'Contact') even though you select them as Person Accounts.

0/9000

On the Customize Records page, this popped up when I went to complete the challenge "The ‘Zone’ field on the Customer Account Page is not in the Sales Region section." How can I fix this?

 

 

 

#Trailhead Challenges

2 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 1:05 AM

    Please share some screen shots.  

    Do you have the custom field and teh custom sections on your page layout? is the filed in the right section?

0/9000
Lily Kim asked in #Flow

 

Flow noob here. How to optimize this flow?  I'm getting the

Too many SOQL queries: 101 error. I'm trying to get the sum of sales earned per job on the Account level. I'm getting all the jobs with the same account and summing all the sales. Too many SOQL queries: 101 error

 

 

 

#Flow  #Flows  #Sales Cloud

1 answer
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 1:04 AM

    This flow might be getting the error, but not the actual problem. Likely you have other flows/automations that are all chaning, and it just so happens to fail on this particular flow. Look at other automations on Jobs to see what can be done.  

     

    This flow also looks like you're just trying to do a rollup? In which case I recommend you use DLRS

    https://appexchange.salesforce.com/appxListingDetail?listingId=a0N3000000B45gWEAR instead of building your own flow. At the moment your flow isn't handling what happens when a Job is deleted...you could handle this with another flow, or just let DLRS do it all for you.

0/9000

I'm trying to complete the trailhead exercise, "enhance copilot to act on data with conversational language", with Data Cloud and Einstein AI Playground, but the org doesn't display the Agent Actions option.

 

 

#Trailhead Challenges

1 answer
0/9000

商談オブジェクトにおいて、「新規」ボタンから商談レコードを作成する際に表示させる項目を限定したいです。 

商談のページレイアウト上では「必須項目」と「詳細」というタブで項目を分けていて、新規作成時には「必須項目」のタブに表示している項目だけを表示させたいのですが、現状は「必須項目」のタブの項目の下に「詳細」のタブにある項目も表示されてしまっています。(ページレイアウトはLightning レコードページで作成しています。) 

「必須項目」のタブにある項目のみを表示させる方法がございましたら教えてください。 

 

#Sales Cloud  #Service Cloud  #Salesforce Developer  #Salesforce Admin

1 answer
0/9000

We have record triggered flows when a case is assigned to a queue(to send notification to stakeholders).

  • Now in OmniChannel, when the case is either rejected, timed-out, or agent goes offline, the case is moved back into the queue, triggering notification emails through flows. ( No automations will be triggered when the case is accepted by Agent, but its triggered on the above  omni changes)

 

Is it possible to identify if the case owner change into queue is because of Omni-channel activity and stop execution of the flow? 

1 answer
  1. Today, 12:29 AM

    Hi @Ajith Salim

    I think it should be possible to identify if the case owner change into queue is because of Omni-channel activity. Here is how I think you can go about it, create a custom field(checkbox) on case (to track changes made from omnichannel), create a record triggered flow on AgentWork, use this flow to check whether the agents status is updated to rejected, offline or is timed out, if yes, then update this new field to true.  

     

    To stop the execution of the flow, you can use a decision element before the trigger to check the new created field if the value returns true, that path should not run, but if false, then the flow should kick in. You can test it in a dev org first or sandbox to see how it works, I hope this helps

0/9000

 

Give Users a Choice

 

In the ‘Next_Steps’ component, we can’t find the ‘Site visit’ choice. Make sure its API Name is ‘Site_visit’.

what is wrong I've followed the steps correctly

 

#Trailhead Challenges

2 answers
  1. Steven Trumble (Skie) Forum Ambassador
    Today, 12:15 AM
    You probably need to enter something in choice value
0/9000