- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 09:19 PM
Hi,
I wonder if anyone can help me. i am trying to migrate resources plan but there isn't an option available me to migrate
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 11:23 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-23-2025 10:04 PM
see the UI action condition
Seems the records you selected doesn't satisfy the conditions and hence it's greyed out.
I believe the 1st condition is not getting satisfied, please check that
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 11:23 PM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 11:42 PM
Hi, thanks for your advise. I manage to resolve my issue partially so i can select "migrate resource plan" for my project. but after i selected, i can not see resource assignment tab even i have waited for over few hours
any suggestion on this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2025 02:45 AM - edited 04-24-2025 02:45 AM
Ankur is probably right - you need to check the following conditions (that you can see in the 'ResourcePlanMigrationSNC' script include in the 'checkToHideMigrateAction' method):
Is this a project? If not, this migrate action doesn't work
Is Resource Planning enabled globally? If not, you don't need this action.
Are there already resource plans with a 'Resource type' value of 'Attribute' on the project? If so, the assumption is that you've already done the migration so you can't see this UI Action.
I hope this helps.