-
Notifications
You must be signed in to change notification settings - Fork 10
W-18921869 Warning for flexcard with Navigate URL #357
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
base: prerelease/develop-ga
Are you sure you want to change the base?
W-18921869 Warning for flexcard with Navigate URL #357
Conversation
@@ -183,5 +183,6 @@ | |||
"missingInfo": "Info is missing", | |||
"errorCheckingGlobalAutoNumber": "We couldn’t check whether the Global Auto Number setting is enabled: %s. Try again later.", | |||
"errorMigrationMessage": "Error migrating object: %s", | |||
"nameMappingUndefined": "Name Mapping is undefined" | |||
"nameMappingUndefined": "Name Mapping is undefined", | |||
"webPageOmniScriptNavigationDetected": "Web page omniscript navigate url needs manual intervention" |
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.
We also need to add the callToAction for manual intervention tasks, can you check other manual ones and add one for this one as well
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.
The call to action should capture what should be change in it
flexCardAssessmentInfo.warnings.push( | ||
this.messages.getMessage('webPageOmniScriptNavigationDetected', [targetName]) | ||
); | ||
flexCardAssessmentInfo.migrationStatus = 'Need Manual Intervention'; |
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.
how about assessment status?
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 is assessment status only. The migration status will show Completed.
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.
Migration status completed with warning? Ideally we should be skipping the items which aren't corrected in assessment
Please don'r merge the changes until we get feedback from Product |
What does this PR do?
What issues does this PR fix or reference?
Flexcards can contain the navigate action which can have Omniscript URL. But since the migration happens in sandbox org and later the customer deploys the metadata to some other org, so we have decided to go ahead with displaying warning to notify the customer that manual intervention is required for them to handle the url.