Skip to main content

#Short Code0 discussing

Question:-  How can we apply SLDS and custom CSS to a Visualforce page that is rendered as a PDF?

 

Solution:-

 

To use any standard or custom style on the Visualforce page, we need to download the style sheet file and upload it as a static resource. Then we can import the file into the Visualforce page using the <apex:stylesheet > tag.

 

SLDS and custom CSS are uploaded in the static resource.

 

#Salesforce #Salesforce Developer #Communities #VfPage #Visualforce #Pdf Version #VisualForce Page #Pdfview #Short Code

<apex:page renderAs="pdf" docType="html-5.0">

<apex:stylesheet value="{!$Resource.sldsCss}" />

<apex:stylesheet value="{!$Resource.customCSS}" />

</apex:page>

0/9000

Two MobileConnect questions: 

1. Is it possible,if a short code is in one instance of SFMC, to migrate/move it to another instance of SFMC? If so, would both instances have to be on the same stack?

2. If a short code is provisioned in a child MID, can it be added later to another child MID within the same account?

 

@Darryl Brown you may need to route this to someone on the MobileConnect team. Thank you!

4 comments
  1. Nov 16, 2020, 7:29 PM
    One last question. What if I purchase a totally new account .... as in a totally new parent MID? Can I migrate it from the old parent/child accounts?
0/9000

Hello Everyone! Question regarding migrating short codes - has anyone migrated their short code out of SFMC and to another provider (like Twilio)? If so, what are some of the implications you faced? My institution is looking to share the short code resource we have with another team, but that team does not have access to Salesforce so we wanted to move it to a joint third-party location.

0/9000

Hi Everyone!

 

We're currently working to enable the SMS capabilities within Mobile Studio, and are looking for a partner to help us obtain a short code/implement it in our instance. 

 

I'm wondering if anyone has gone through a similar engagement, and could recommend us the partner you worked with. 

 

Thanks so much everyone! Truly appreciate this community!

5 comments
0/9000