Skip to main content

#Function0 utenti parlano di questo argomento

JavaScript Certification Study Topic: Functions in JavaScript

 

A JavaScript function is a block of organized, reusable code that is defined to perform a single, relation action. A function is executed when someone calls the function with the name. In JavaScript, functions are treated as first-class because they are treated as values. The example of treating function as values are -

* We can assign a function to a variable

* We can store functions in an array

* A function can be passed to another function as an argument

* A function can be assigned to a property of an object.

 

Bloghttps://www.sudipta-deb.in/2021/04/functions-in-javascript.html

Videohttps://youtu.be/_Q6akgJkUaA

 

Note - I am sharing all my JavaScript Certification study notes below. Please provide your feedback if you see anything wrong or missing. Appreciate your help.

https://www.sudipta-deb.in/p/salesforce-javascript-developer-i-study.html

 

@The Blog Group @Developer Group, Kitchener, CA @Developer Group, Mississauga, CA @Toronto Salesforce Developer Group @Admin Group, Mumbai, IN @Admin Group, Chennai, IN @Toronto Administrators Community Group @Admin Group, Jaipur, IN @Admin Group, Dubai, UAE @Certified Javascript Developer I Study G @Platform Champion Alumni @Kolkata User Group @Kolkata User Group, India @Admin Group, Bikaner, IN 

0/9000

Can someone tell me what is the function of  "Pardot" ?

3 commenti
  1. 12 mar 2021, 06:29
    They can come for email, events, or forms on the website. You can also get the leads from chatbots like Drift.
0/9000

Hey All, 

 

Trying to do some fairly basic binding work but I'm running into issues. 

 

I'm trying to do a binding that has opportunity value ranges. Basically, "Low" == "500k-1m" and "High" == "5m-10m" and then clicking either option will return Opps in those values on a chart, for example.

 

Curiously, I am able to achieve this in the SAQL code, however I want to do it in the advanced editor and it doesn't work. I get no errors, but also nothing happens to the chart when the toggle options are selected. 

 

Here is the code I am using to try and achieve this:

 

 "filters": [

            [

                "TotalPrice",

                [

                    "{{cell(myStatic_1.selection, 0, \"Number2\").asRange(\"TotalPrice\")}}"

                ],

                "=="

            ]

        ],

 

It would be great for anyone to help spot where i am going wrong and help me achieve this bind in the JSON advanced editor! Thank you!

1 commento
0/9000

Hi all,

is possible to use NOW() function in a recipe in Analytics? or is possible to use only the function mentioned in this documentation?

https://help.salesforce.com/articleView?id=bi_integrate_data_prep_recipe_formula_field.htm

 

tks

1 commento
0/9000

how to show only hours, minutes and AM/PM while using timenow() function on time formula field?

0/9000

I am trying to use the row limit function on a report to produce the top 10 opps. How do I create a function that can pull the top 10 opps for each rep instead of overall 10?

2 commenti
  1. 6 feb 2019, 18:28
    @Kristen Loyek - What you could do is build the Report out and group it by rep and sort the results so the top Opportunities are listed. You can then build a Dashboard and add a Table chart to it and limit the results to 10. If the Dashboard is set up to run as the current user, the person will see just his/her top 10 Opportunities. (Note: If the person clicks through to the Report, they will see all the Opportunities, not just the top 10 Opportunities.) Hope this helps!
0/9000

Is there a function that you can add to an email that allows a subscriber to SNOOZE or take time off from receiving emails?

7 commenti
  1. 3 gen 2019, 13:18
    This SNOOZE functionality would be a nice feature which should be available out of the box. If any one raise an Idea, we will vote it. I can also raise an idea if no one register it.
0/9000

Hi, guys

 

Could you please help me? I need to show the share (percentage of GSV) for each account related to all values in A column in a table format, but I really don't know which formula I must use in this case. I didn't find any formula to sum all values of a column (like an array) to insert it.

 

(The dataset I used in the image is a example. I randomized all values).

 

Thank you!

6 commenti
0/9000