forcedotcom / SFDX-Data-Move-Utility

SFDMU is a cutting-edge Salesforce data migration tool for seamless org population from other orgs or CSV files. It handles all CRUD operations on multiple related objects in one go.
BSD 3-Clause "New" or "Revised" License
438 stars 73 forks source link

[FEATURE-REQUEST] - Ability to adjust where clause for Group object #778

Closed degnoskeVA closed 1 month ago

degnoskeVA commented 2 months ago

Hello, I know Group and User records aren't supported. But I noticed I was able to Insert GroupMember records when the type was 'Queue' I read in the documentation that the default query for Group is "SELECT Id FROM Group WHERE Type = 'Queue'" But I'm not sure if there is a way to overwrite this and switch it to Type = 'Regular'.

Appreciate any insight!

hknokh commented 2 months ago

Hello, @degnoskeVA

Thank you for reaching out. I will do my best to assist you as quickly as possible and will keep you updated on my progress.

Cheers

github-actions[bot] commented 2 months ago

This case has been marked as 'to-be-closed', since it has no activity for the 3 days.
It will be automatically closed in another 3 days of inactivity.

degnoskeVA commented 2 months ago

Bump

hknokh commented 2 months ago

Hello,

I wanted to let you know that I am still reviewing your case and will inform you as soon as I have any updates. Due to my current time constraints, this process may take longer than usual.

Thank you for your patience and understanding.

Best regards

hknokh commented 1 month ago

Hello,

Thank you for your patience. Overriding the Group query is not supported; only the User query can be overridden. However, I've converted this into a feature request for further review. Please note that there is no guarantee that this update will be implemented. I will provide further updates if there are any developments. I'm closing this case for now.

Best regards.

twardegaSFDC commented 1 month ago

Thank you for your feedback. My end goal is to facilitate creation of test user accounts with the necessary perm set/public group assignments in a multiple work-stream environment. Users and Public Groups can be moved outside of SFDMU but for the users/public groups moved - it would be great to have OOTB SFDMU support to do Public Group assignments not based on record ids from source system, e.g. using Public Group Name/Username. I understand that SFDMU does not currently support this OOTB and a custom solution is needed.