-
Notifications
You must be signed in to change notification settings - Fork 14
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
Sm/event-task-custom-fields #348
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice! Requested some small changes.
types: Array<{ name: string; members: string[] }>; | ||
version: string; | ||
}; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This type isn't defined/exported in SDR already?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
defined, yes. Exported, not at the top-level.
I'm going to get it from jsforce
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with Steve's comments
ignoreDeclaration: true, | ||
numberParseOptions: { leadingZeros: false, hex: false }, | ||
// make sure types and members is always an array | ||
isArray: (name: string) => ['types', 'members'].includes(name), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice they provide this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
applicationVisibilities
were removed incorrectly:
The "userPermissions" profile setting was removed from the "REDACTED Profile" profile.
The metadata type is CustomApplication
not Application
.
Co-authored-by: Matthias Rolke <mr.amtrack@gmail.com>
Event/Task in profiles now match Activity in (package.xml).
rewrite of the Profile Rewrite process
forcedotcom/cli#2278
@W-13753544@