Skip to content

Conversation

sf-aastha-paruthi
Copy link

What does this PR do?

image

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.

@sf-aastha-paruthi sf-aastha-paruthi requested a review from a team as a code owner August 7, 2025 12:02
@sf-aastha-paruthi sf-aastha-paruthi changed the base branch from main to prerelease/develop-ga August 7, 2025 12:09
@@ -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"

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

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';

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about assessment status?

Copy link
Author

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.

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

@sf-kishore-kurri
Copy link

Please don'r merge the changes until we get feedback from Product

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants