Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Which Sfdxgitdelta version supports discovery framework objects #756

Closed
Tanvidh opened this issue Jan 16, 2024 · 3 comments · Fixed by #757
Closed

Which Sfdxgitdelta version supports discovery framework objects #756

Tanvidh opened this issue Jan 16, 2024 · 3 comments · Fixed by #757
Assignees
Labels
enhancement New feature or request

Comments

@Tanvidh
Copy link

Tanvidh commented Jan 16, 2024

Is your proposal related to a problem?


Please confirm which version of Sfdxgitdelta plugin supports discovery framework objects given below:

AssessmentQuestion
AssessmentQuestionSet
DocumentCategory
DocumentCategoryDocumentType
DocumentType

Describe a solution you propose


Describe alternatives you've considered


Additional context


@Tanvidh Tanvidh added the enhancement New feature or request label Jan 16, 2024
@scolladon
Copy link
Owner

Hi @Tanvidh !

Thanks for raising this issue and thanks for contributing in making this project better!

Latest version of the plugin support some of those metadata
AssessmentQuestion and AssessmentQuestionSet are available with api version v55 or above.
DocumentType is available with api version v49 or above.

Do you have the following information about those two metadata types (DocumentCategory and DocumentCategoryDocumentType):

  • Does it comes with an additional meta-file (like classes per exemple) or is it standalone?
  • What is the name of the folder containing those types?
  • What is the file extension (suffix) of the file containing those types?
  • What is the name of the metadata type (is it DocumentCategory and DocumentCategoryDocumentType)?
  • Those metadata are available via the metadata API since which version?
    I could not find it in the metadata documentation

Thanks in advance !

@mehdicherf
Copy link
Collaborator

@scolladon I found DocumentCategory and DocumentCategoryDocumentType in the MDAPI developer guide:

Copy link

Shipped in release v5.34.0.
You can install the new version using the version number or the latest-rc channel

$ sfdx plugins:install sfdx-git-delta@latest-rc
$ sfdx plugins:install [email protected]

Happy incremental deployment!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants