Forum Replies Created

  • Akash

    Member
    April 29, 2016 at 7:32 am in reply to: What is the use of Junction Object in Salesforce?

    Junction objects are used to create many to many relationships between objects. If you take the Recruiting application example, you can see that a Position can be linked to many Candidates, and a Candidate can apply for different Positions. To create this data model you need a third object "Job Application" that links the 2.

    So you'd create a lookup field for both Position and Candidate object on the "Job Application" object. This will establish many to many relationship between Position and Candidate via the "Job Application" object known as the junction object.

  • Akash

    Member
    April 13, 2016 at 12:59 pm in reply to: Getting Uncommitted work pending Error in my Test class

    Thanks @neha and @ravikant ...it worked for me

  • Akash

    Member
    April 13, 2016 at 11:56 am in reply to: How to Remove/Delete "Domain Name" from Salesforce org?

    REJECTION OR CANCELLATION OF MY DOMAIN URL

    We may in Our sole discretion reject any My Domain URL You propose before We enable it. We may also, in Our
    sole discretion, cancel any My Domain URL after We have enabled it, by giving You 30 days’ notice (including via
    email). We reserve the right to use or re-use any rejected or cancelled My Domain URL, subject to any trademark
    rights owned by You or any third party.

  • The property of split() is such that the list you get back always has at least one element. You are splitting the empty string, and so you're getting back a list of size 1, where the element in the list is the empty string.

  • Akash

    Member
    March 22, 2016 at 2:49 pm in reply to: Is it possible to make a cross filter report of Products?

    Yes Brian you are right that opportunity line item is not available in custom report type but if you want to create report of Products filter by opportunity line item fields then you can follow theses steps-

    * Select report type "Opportunity with Products" and Create.
    * Select "Summary format" and create grouping with Product and then Opportuniy Product so this will show
    products with related Opportunity products.
    * Add normal filter then in the picklist you can find opportunity product fields also.

    Note- But we can not apply filter on "Number of records" of OpportunityProducts related with Product.

Popular Salesforce Blogs