-
Notifications
You must be signed in to change notification settings - Fork 75
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
[QUESTION] - External-Id based on Name and SetupOwnerId$Profile for CustomSetting #903
Comments
Hello, @Schuchie Thank you for reaching out. Cheers |
Hey @hknokh, |
Hello |
Hey @hknokh,
I only get the name-value,but not the setupowner-name-value. 2 of the selected records have a profile attached and one has the org as setup owner. Query Result:
FYI: For the org setting, Im replacing it with null on retrieve, which then will be replaced by salesforce on upsert automatically with the org-id. |
@hknokh any update? |
bump @hknokh |
Hello. |
Hello. This case is now considered resolved, and I am closing it for now. If you have any additional questions or concerns, please don't hesitate to reach out. Regards. |
Hey @hknokh, I think there is still something not working correctly. Cheers |
Hey!
We are trying to migration Custom Settings. Custom Settings have always as SetupOwner. Which can be an Org or Profile. For our case we have Profiles only and we have used the Polymorphic Field as followed
SetupOwnerId$Profile
. Sadly we do not have a real unique field on our object. Also the Name of the settings is not fully unique. So is there an Option to use a combination ofSetupOwnerId$Profile
and the Name-Field as External-Id? That would be 100% unique, but Im unsure if that gets handled correctly.Cheers
Nils
The text was updated successfully, but these errors were encountered: