Package / API Salesforce deployment: use cases & full demo

แชร์
ฝัง
  • เผยแพร่เมื่อ 5 ส.ค. 2024
  • Timelines:
    0:00 - 0. Intro
    0:20 - 1. Separation of the Package/API deployment in next videos
    1:04 - 2. When do I use Package/API deployment:
    - conflicts resolution (working with N teams, without proper CI flow)
    - deletion of metadata (destructive changes, pre/post)
    - deploying standard metadata that is not available in change sets
    - deploying some package metadata (very limited, my example was picklist)
    9:58 - 3. Full Package deployment demo
    - opening org, Workbench
    - change set retrieve via workbench
    - zip archive demonstrating
    - modifications of the package (deletion of some files, adjusting, adding new class)
    - archiving the folder to a package
    - logging Workbench to production
    - deployment v1 package
    - getting v1 errors (class name, user permissions, missed master-detail)
    - fixing v1 errors
    - retrieving the missed fields from partial org
    - deployment v2 package
    - monitoring Deployment Status (like for change sets)
    - getting v2 errors (forgot to include new fields to package.xml)
    - comparing speed to change sets
    - getting v3 errors (Apex coverage), no reason for solving it
    28:50 - 4. What will be in next videos :)
    Workbench: workbench.developerforce.com/
    OrgsCompare: sforgcompare.herokuapp.com/
    --------------------------------------------------------------------------------------------------------------------
    Learning Salesforce path Excel file is under docs.google.com/spreadsheets/...
    Bitbucket repository with materials in video is here: bitbucket.org/polina-tsuban-d...
    LinkedIn: / polina-tsuban-drobot-7...
    Instagram (sharing both Salesforce and personal content): / poldro10
    Email for getting in touch on channel / commercials: poldro@mail.ru

ความคิดเห็น • 7

  • @user-wb1nx4bf6l
    @user-wb1nx4bf6l 3 ปีที่แล้ว

    Полина,как приятно тебя опять увидеть .Бодрость,жизнерадостность,которая от тебя исходит,заряжает энергией на весь день !!!! Не исчезай так на долго.

  • @EverythingisOnline
    @EverythingisOnline 2 ปีที่แล้ว +1

    workbench frequently crash ( screen shows that heroku tail to see the logs. ) . I 'm using sfdx for the same purpose.

    • @SalesforcewithPolina
      @SalesforcewithPolina  2 ปีที่แล้ว

      I'm using SFDX now too :) back there i haven't worked with sfdx yet
      And workbench - I've worked a lot with it, before SFDX was announced, and it didn't crash for me frankly speaking. Now, I'm only using it as quick testing of REST calls.

  • @hareshnadapana1870
    @hareshnadapana1870 3 ปีที่แล้ว

    Thanks a lot Polina...thumbs up for your effort👍

    • @SalesforcewithPolina
      @SalesforcewithPolina  3 ปีที่แล้ว +1

      Thank you! Preparing another 3 videos on the same topic, they're coming shortly as well :)

  • @user-so9ji8tl1m
    @user-so9ji8tl1m 2 ปีที่แล้ว

    Спасибо за видео, Полина,подписался и поставил лайк.Буду смотреть.

  • @harishkolanu
    @harishkolanu 3 ปีที่แล้ว

    can u show to do CICD using SFDX CLI and ANT