01 Salesforce Admin Project |

Поділитися
Вставка
  • Опубліковано 17 жов 2024
  • www.udemy.com/...
    www.udemy.com/...
    www.udemy.com/...
    www.udemy.com/...
    #SalesforceAdminProjectPlacement #SalesforceTrainingResumeMarketing
    Step1 :Create a Application ‘Recruiter’
    Step2 :Create a Object
    Step3 :
    Create Records in Position Object with Proper Data
    Salesforce Admin
    Salesforce Development
    Lightning AURA
    LWC
    JavaScript
    Step4 :
    Create a Dependent Picklist on Position Object
    Controlling Picklist: Functional Area
    Dependent Picklist: Job Level
    Note: For Finance Department will be those starting with FN for Human Resource starting with HR and so on.
    Step5 :
    Create Formula Field on Position Object :
    Days Open (Number) : If Close date is blank then (today-open date) otherwise (close date-open date)open date
    Severity(Text) Display a text value of “RED”, “YELLOW” or “GREEN” If Days open is 20 then RED, if Dats Open20 then yellow Otherwise Green
    Step6 :
    Validation Rule on Position Object
    Min Pay Should never be greater than Max pay
    If the Closed date is not specified and the status is ‘closed-filled’ or ‘Closed- Not Approved’ or ‘Closed-cancelled’ then an error should be thrown as
    “Close date is not specified”
    Step7 :
    Create Record Types:
    Technical Position
    Non-Technical Position
    Create 2 Page Layouts
    Technical Position Page Layout
    Non-Technical Position Page Layout
    And assign these page Layouts to Record types.
    Step8:
    Arrange Page Layouts
    Information
    Position Title, Owner, status, Location, Type, Open Date, Functional Area, Job Level, Close Date, Travel Required
    Compensation
    Min Pay, Max Pay, Working Dats(on Technical Monday to Friday, On Non Technical Monday to Saturday)
    Description
    Job Description, Responsibilities, Skills Required, Educational requirements, Certifications
    Required Skills:
    Java, C#, JavaScript, APEX (On Technical Position Layout)
    Excel, Team Building [Non Tech Position Layout]
    Step9:
    Create Compact Layout and assign.
    Put these Fields : Position Name/Number, Status, Job Level

КОМЕНТАРІ • 62

  • @niralimehta2326
    @niralimehta2326 Рік тому +1

    Project sessions are helping me in both ways; they serve as a kind of revision of all the scenarios and enable me to gain practical knowledge. I have gained a very clear understanding of the concepts and also acquired knowledge of how they work in the real job world.

  • @daljitkaur7590
    @daljitkaur7590 Рік тому +1

    Very clear step by step explanation of admin project alongwith explanation of different concepts used to complete the project. Very helpful to understand how we apply different concepts in real time. Thank you

  • @neerajbk8103
    @neerajbk8103 Рік тому +1

    Very detailed step by step teaching of a Salesforce Admin project!

  • @SumanjaliAcs
    @SumanjaliAcs Рік тому +1

    Project explained in detail, could understand the project very well. thank you Maam.

  • @maheshbabu-te8sk
    @maheshbabu-te8sk Рік тому +1

    Thank you mam i really understand this project it's helped me to learn more in detail, thanks for this session

  • @sauer.voussoir
    @sauer.voussoir 22 дні тому

    Thank you ma'am Swapna. Perfectly explained and coming up with questions to help us along the way.

    • @swapnasalesforce644
      @swapnasalesforce644  19 днів тому

      www.udemy.com/course/ultimate-salesforce-admin-certification-lightning-flows
      www.udemy.com/course/salesforce-development-apex-triggers-with-realtime-scenario
      www.udemy.com/course/salesforce-lightning-web-componentslwc-htmljavascript
      www.udemy.com/course/salesforce-integration-rest-soap-third-party-realtimeproject

  • @swapnasalesforce644
    @swapnasalesforce644  5 місяців тому +1

    3)When to use Platform Event Flow ? can you provide a Scenario where you have implemented the Platform Evet Triggered Flow ?

  • @bhanuprakashvandanapu
    @bhanuprakashvandanapu Рік тому

    I had the most incredible experience attending the Admin and Project session. It was not only informative and engaging, but also delivered with utmost professionalism. Swapna Madam has expertise and ability to simplify complex concepts truly stood out. I walked away feeling inspired and armed with valuable knowledge that I can apply in my daily work. Admin and Project session, for being the best in delivering top-notch content...!
    Very Usefull Session for Beginers and Experieced resources, This video will give a confidence on To kick start work on Salesforce and Swapna Madam Explained each and every Topic Indepth Throughout sessions and This Project Session Point-to-point Expalined Showed minure Things also, It's Great Job By Swapna Madam. appriciated...!
    This Session will give explore for everyone Like Technical or non-Technical Background.
    Its included mentoned bellow:
    1.Requirement gathering
    2.Project Documentation
    3.Application Development
    4.Customization Application
    5.Coding
    Thank you...!

    • @crazyvlogs2366
      @crazyvlogs2366 Рік тому

      Did u get trained under swapna by taking entire course?

  • @Pymtemail
    @Pymtemail Рік тому

    Thank you for detailed explanation. It is clear and well planned session

  • @TangellaJyothi
    @TangellaJyothi 5 місяців тому

    Custom object is ntg but it is a object which is created by Admin or User.and it is used for storing customers relevant data in the form of Fields(columns) and Records(rows)

  • @SSRK4salesforce
    @SSRK4salesforce Рік тому

    good Explanation about project
    thank you maam

  • @Rajaniworld09
    @Rajaniworld09 Рік тому

    It really good to understand realtime work madam

  • @komalathumma6327
    @komalathumma6327 Рік тому

    It's very clear mam. I have understood the project

  • @ajaykumarmadasu2673
    @ajaykumarmadasu2673 Рік тому +1

    These sessions are good ,but in formula fields, validation rules topics questions are difficult to understand the conditions . Can you explain how to understand those conditions

  • @MounikaS-ef8ul
    @MounikaS-ef8ul 4 місяці тому

    Thank you mam,
    Project explained very clearly

  • @Venkirokzz
    @Venkirokzz Рік тому +1

    Very clear explanation

  • @kodumurudharanesh2531
    @kodumurudharanesh2531 Рік тому

    Thank you for the detailed explanation......understood it clearly

  • @sumaphani3555
    @sumaphani3555 Рік тому

    Thank you,,,,I am able to understand most of admin

  • @sushmag7562
    @sushmag7562 Рік тому

    Thank you madam and really understood very well!

  • @lakshmiprasannachinnolla8681

    Hi mam,
    I used a formula IF( Days_Open__c > 20, "RED", IF( Days_Open__c < 20,"YELLOW", "GREEN")) in creating formula field Severity, may I know whether it is correct or not.

  • @AmardeepSFDC
    @AmardeepSFDC Рік тому +1

    Thank you ma'am, i understood

  • @homepetnagpur
    @homepetnagpur 6 місяців тому

    Hello madam , Can i get the job After learning Salesforce .
    .. without coding knowledge.....
    And which tool need to learn

  • @paramjyothi2114
    @paramjyothi2114 18 днів тому

    can i get the document for the project please

  • @automationtester730
    @automationtester730 Рік тому

    Helped me for understanding DATA models

  • @remixgimix
    @remixgimix 11 місяців тому

    How to join your course. Please let me know when is next batch starting and how to join

  • @GitanjaliYadav-y5b
    @GitanjaliYadav-y5b Рік тому

    Gitanjali here, difference between records and record types I can 't get it

  • @MamaearthLol
    @MamaearthLol Рік тому

    We are able to understand how do we do the project in realtime thanks

  • @navaneethakadari7215
    @navaneethakadari7215 Рік тому

    mam i understood clearly but sometimes i stucked in formula fields and validation rules

  • @srivallychakilam6056
    @srivallychakilam6056 Рік тому

    I understood clearly

  • @remixgimix
    @remixgimix 11 місяців тому

    Hz future for salesforce? Is it promising or scary?

  • @nunevinay7308
    @nunevinay7308 Рік тому

    Thank you mam I understand mam

  • @swapnasalesforce644
    @swapnasalesforce644  5 місяців тому

    2)What are differences between Lookup and Master detail Relationship?

    • @karnakara_chary
      @karnakara_chary 5 місяців тому

      lookup relationship is loosely coupled relationship
      master detail relationship is strongly coupled relationship

    • @Anupa-Rayee
      @Anupa-Rayee 5 місяців тому

      - Master-detail connections mean one object controls another and if the controlling object is deleted, the controlled one also gets deleted.
      - Lookups don't have this link, giving more freedom to the user and no automatic deletions.

    • @ramyavadde4492
      @ramyavadde4492 5 місяців тому

      In Master detail if you delete parent record child record will delete automatically but in lookup if you delete parent child record will not be deleted.

    • @dsk_editz165
      @dsk_editz165 5 місяців тому

      lookup is loosely relationship
      master detail is strongly relationship

    • @accidentalvidripples7796
      @accidentalvidripples7796 5 місяців тому

      Lookup relationship has No dependency between parent and child records while master detail relationship has child record dependent on the existence of the parent. Max 40 lookup on single object while 2 Master detail on single object

  • @sapna8020
    @sapna8020 5 місяців тому

    custom object are created by admin or devloper based on client or business requirements to store data

  • @PRAVEENRAGHAV-zv6sb
    @PRAVEENRAGHAV-zv6sb Рік тому

    Understanding mam

  • @NaveenKumar-h6o7z
    @NaveenKumar-h6o7z Рік тому +2

    Understand the Project

  • @skasma3703
    @skasma3703 Рік тому

    Thank u mam

  • @tharunp6595
    @tharunp6595 Рік тому

    Understood mam

  • @gramakrishna8155
    @gramakrishna8155 Рік тому

    Ok madam

  • @swapnasalesforce644
    @swapnasalesforce644  5 місяців тому

    1) What is Custom Object?

    • @karnakara_chary
      @karnakara_chary 5 місяців тому

      the object which is created by the user as per his requirement is called custom object.

    • @dsk_editz165
      @dsk_editz165 5 місяців тому

      Create to handle the specific needs of organization

    • @Anupa-Rayee
      @Anupa-Rayee 5 місяців тому

      It is a unique object created for the specific use of that organization

    • @ramyavadde4492
      @ramyavadde4492 5 місяців тому

      It is a database table stores one type of records.

    • @sasikalakesavan532
      @sasikalakesavan532 5 місяців тому

      Custom object is used to store the data related to business requirements

  • @vinaykumar-yq5xm
    @vinaykumar-yq5xm 7 місяців тому

    18:25 37:46 53:36

  • @hemayejju3308
    @hemayejju3308 7 місяців тому

    Same Project Available here by Richard ua-cam.com/video/cha0apDa5Ao/v-deo.html posted on Feb 2nd 2023

  • @ajeetsinghrathore326
    @ajeetsinghrathore326 21 день тому

    Hii

    • @swapnasalesforce644
      @swapnasalesforce644  19 днів тому

      www.udemy.com/course/ultimate-salesforce-admin-certification-lightning-flows
      www.udemy.com/course/salesforce-development-apex-triggers-with-realtime-scenario
      www.udemy.com/course/salesforce-lightning-web-componentslwc-htmljavascript
      www.udemy.com/course/salesforce-integration-rest-soap-third-party-realtimeproject