Skip to content

@W-22537853 - Custom CSS CTA links and Use Case 2 and 3 Validation#492

Merged
sf-pallavi-das merged 3 commits into
salesforcecli:developfrom
shaurabh-tiwari-git:customCssCta
May 29, 2026
Merged

@W-22537853 - Custom CSS CTA links and Use Case 2 and 3 Validation#492
sf-pallavi-das merged 3 commits into
salesforcecli:developfrom
shaurabh-tiwari-git:customCssCta

Conversation

@shaurabh-tiwari-git
Copy link
Copy Markdown

What does this PR do?

What issues does this PR fix or reference?

@shaurabh-tiwari-git shaurabh-tiwari-git requested a review from a team as a code owner May 22, 2026 06:57
mdmehran-qureshi

This comment was marked as outdated.

Copy link
Copy Markdown
Collaborator

@mdmehran-qureshi mdmehran-qureshi left a comment

Choose a reason for hiding this comment

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

  1. Method naming doesn't reflect return type — collectStylesheetNamespaceDependencies was refactored to return a boolean, but the method name doesn't hint at this. A name like hasStylesheetNamespaceIssues would be clearer.
  2. No split for inline-CSS warning — customCssInlineNamespaceWarning was not split into OmniScript/FlexCard variants. Currently only FlexCards use inline CSS, but worth confirming OmniScripts never will.

customCssStylesheetNamespaceWarningFlexCard:
'https://help.salesforce.com/s/articleView?id=xcloud.os_apply_custom_lightning_styles_to_a_specific_flexcard.htm&type=5',
customCssInlineNamespaceWarning:
'https://help.salesforce.com/s/articleView?id=xcloud.os_apply_custom_css_to_a_flexcard_element.htm&type=5',
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

inline css only valid for flexcards?

Comment thread messages/assess.json
"experienceSiteException": "We’ve encountered an exception while processing Experience Cloud sites.",
"reservedKeysFoundInPropertySet": "The Integration Procedure output uses these reserved keys in the transformation property fields: %s",
"customCssStylesheetNamespaceWarning": "Custom CSS stylesheet '%s' has namespace references, styles may break after migration.",
"customCssStylesheetNamespaceWarningOmniScript": "Custom CSS stylesheet '%s' has namespace references, OmniScript styles may break after migration.",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Let's review with CX

Copy link
Copy Markdown
Contributor

@sf-kishore-kurri sf-kishore-kurri left a comment

Choose a reason for hiding this comment

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

LGTM, but lets get CX review and add the proper CTA links with documentation

@sf-pallavi-das sf-pallavi-das merged commit 4d11b83 into salesforcecli:develop May 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants