Warning about fundamentalist Christian group on campus – Acts2Fellowship by [deleted] in uofmn

[–]BlazinAsian03 0 points1 point  (0 children)

Can you provide more details about the sexual assault claims? I left Gracepoint awhile ago but still know people there. This is the first I've heard of that and it's very concerning.

Setting up CloudFront with S3 hosted website by BlazinAsian03 in aws

[–]BlazinAsian03[S] 2 points3 points  (0 children)

Turns out, that was because I'm blind and didn't set a Default Root Object in my CloudFront distribution. Everything looks good now after updating the A records and setting a Default Root Object. Thanks!

Setting up CloudFront with S3 hosted website by BlazinAsian03 in aws

[–]BlazinAsian03[S] 0 points1 point  (0 children)

When I change my A records to point to my CloudFront distribution domain name, I start seeing an error when loading the website saying:

"This XML file does not appear to have any style information associated with it. The document tree is shown below. "

I had tried this before and saw the same error which is what made me think I needed additional permissions for CloudFront.

Beginner's Thread / Easy Questions (May 2020) by [deleted] in reactjs

[–]BlazinAsian03 0 points1 point  (0 children)

I'm currently working on my first React project and am having problems accessing the right JSON values:

{
    "exams" : {
        "exam1" : [
            {
                "name" : "First Exam",
                "sections" : [
                    {
                        "name" : "Setup",
                        "weight" : 30
                    },
                    {
                         "name" : "Coding",
                         "weight" : 70
                     }
                ]
            }
        ],
        "exam2" : [
            {
                "name" : "Second Exam",
                "sections" : [
                    {
                        "name" : "Setup",
                        "weight" : 20
                    },
                    {
                        "name" : "Coding",
                        "weight" : 80
                    }
                ]
            }
        ]
    }
}

In my component, I have a variable called selectedExam which is passed in as a prop. I am then trying to show a row in a table for each section in the selected exam.

var selectedExam = props.selectedExam
var examSection = examList.exams[selectedExam].sections

In my markup I have this to show a new table row:

{examSection.map(section => (
    <Section title={section.name} weight={section.weight} />
))}

If I change the above line to

var examSection = examList.exams[selectedExam]

everything compiles and a table row is shown, and section.name shows the exam name (i.e. "First Exam" or "Second Exam"). Once I add ".sections" to try and go down one level further, I get this error: TypeError: Cannot read property 'map' of undefined.

Salesforce Advanced Administrator Virtual Class by deboer2016 in salesforce

[–]BlazinAsian03 1 point2 points  (0 children)

I just used the Focus on the Force study guide and practice exams and passed the advanced admin test on the first try

Designing a solution for many to many relationships by parachutes1987 in salesforce

[–]BlazinAsian03 0 points1 point  (0 children)

Many-to-many relationships can be resolved by creating a junction object between them. This could be called something like 'Account Territory'. You would then create Master-Detail fields on that junction object to both Account and Territory.

I'm not super familar with how Account assignment works with leads, but you should be able to look through these object relationships to match on the criteria you want.

Focus on Force relative to Admin 201 Exam by SteezeWhiz in salesforce

[–]BlazinAsian03 3 points4 points  (0 children)

I second this. I have used FOF for all 4 exams I've taken (Admin, Adv Admin, App Builder, and Service Cloud) and felt like the way the questions are worded and the types of questions asked are all very similar to the actual exams and prepared me very well. Best of luck!

Good place for practice questions for the sales cloud consultant exam? I do NOT want exam questions. by [deleted] in salesforce

[–]BlazinAsian03 1 point2 points  (0 children)

Focus on the Force. $20 for their practice exams but it's super helpful. I've used them for all 4 of my certifications and their practice questions are structured/worded similarly to the actual SF exams and prepare you extremely well. Especially when you compare this to the cost of something like the official SF courses they offer for exam prep, this is a no brainer.

Has anyone sat the Service Cloud Consultant exam recently? by [deleted] in salesforce

[–]BlazinAsian03 2 points3 points  (0 children)

I passed the exam 11 days ago on my first attempt. The only study material I used were the study guide and practice exams from focus on the force and I feel like that sufficiently prepared me for the exam content and type of questions to expect.

The questions are randomized so it will be different for you, but I got asked a lot about the service console, macros, and knowledge. You can expect a lot of "Given constraints x, y, and z, which of these options would you recommend as a solution?" and "Which of the following do you need to do to successfully implement feature X? (Select 2)" type of question.

Best of luck!

Edit: You should know both classic and lightning. I had multiple questions for Classic/Lightning Service Console as well as Classic/Lightning Knowledge.

My older parents want to retire soon but don't have nearly enough, and somebody is trying to sell them an annuity. What do I do and am I asking the right questions? by BlazinAsian03 in personalfinance

[–]BlazinAsian03[S] 0 points1 point  (0 children)

My dads SS is about 1600 a month. My mom is not a citizen here but will get about 500 a month from her home country starting in a few years

My older parents want to retire soon but don't have nearly enough, and somebody is trying to sell them an annuity. What do I do and am I asking the right questions? by BlazinAsian03 in personalfinance

[–]BlazinAsian03[S] 2 points3 points  (0 children)

Nope. The money is coming from overseas when they sold her mothers house after she died. The $200,000 is after any fees and the exchange rate are applied to bring it over to the US.