Skip to main content

#CMS Content0 人正在讨论

Hey Everybody!

Has anyone tried importing a content to CMS  USING  json file? 

If so can you guys post the sample format here? I'm getting an error when i tend to upload my json file ..! its kind of urgent requirement ... please help me in this!

 I have mentioned below the json format that I tried to upload in a .zip file.

 

I also followed the below link to do so,

https://help.salesforce.com/articleViewid=sf.cms_import_content_json.htm&type=5

 

Error message that i get in my mail:

{

  "dateTime": "2021-02-08 08:48:19",

  "jobId": "0gU6F000000CaRH",

  "details": [{"message": "No content found in input to be imported. Content did not import to the workpsace."}]

}

 

JSON Format file:

{

"content": [

    {

    "type":"cmsTest_image",

    "urlName":"cmsTest_imageurl",

    "status":"Draft",

    "body": {

        "title" : "Hanging Pendant Lamp with Bluetooth Accessibility",

        "altText" : "Hanging Pendant Lamp with Bluetooth Accessibility",

       

        }

    }

    ]

}

 

@Manish Jha @Gayathri Ravichandran Geetha @Neil Hayek @Vinay Chopra 

3 条评论
  1. 2024年9月27日 07:42

    Hello @Aditya Aryan , may i ask if your  above issue is resolved , if resolved can you please tell how , because i am also facing the same issue now.

0/9000

It has just come to my attention that Account Engagement users are unable to utilize existing CMS files with the new Email Builder Experience. I have been working with Salesforce Support to resolve an initial issue accessing the new email experience but once that was resolved, it was obvious all of the files (years of uploads) in our CMS are not compatible with the new email experience. Below is the response from Support:

 

Thanks for reaching out to the Account Engagement (FKA Pardot) Support Team.

 

I am Vinay from the Salesforce Account Engagement support team. I have taken ownership of your case and happy to look into this case further for you.

 

From the old comments and issue, I understand that you are looking to utilize old already existing CMS channel file with newly launched New content builder option experience.

 

I double checked for you with advanced team including product engineering team, As per current product design, New builder is compatible with '(Content Workspace for Marketing Cloud Account Engagement)' connected workspaces. which are 'ENHANCED' in nature.

 

So, As of today, You would potentially have to upload all those images used in previous CMS Workspace in order to use in NEW experience.

 

I know this is not super helpful, But this new option gives option to users to familiarize themselves with the new builder and its capabilities while being able to use it for MCAE list email sending through Salesforce.

 

But in Future, This would of course be made more compatible for seamless CMS content experience!

 

This is an acceptable answer but what I find unacceptable is the fact that the Email Experience is not compatible with existing CMS files. This will take countless hours to re-upload and re-categorize our files, as I imagine I am not alone in this frustration. This alone will keep me from using the new email builder experieince.

 

If you happen to come across this, I wanted you to be aware, there seems to be no workaround other than taking the time, you've already spent, to re-upload your CMS files.

 

#AccountEngagement  #New Email Template Builder  #Lightning Email Builder  #CMS Content  #CMS Workspace

0/9000

Hello everyone,

  • I'm doing some research about how a Salesforce Customer Community can be enabled with a nice Look & Feel. 
  • I also want to combine Salesforce Knowledge with external source knowledge. Have any of you experience on CMS that integrate nicely with Salesforce? 
  • Any experience here in using #Coveo with Customer Communities? 

 

Glad to hear you all!

 

#Experience Cloud

 

THANKS 

 

@* Experience Cloud *

3 个回答
  1. 2021年9月30日 17:09

    Salesforce CMS integrates nicely with Experience Cloud / Salesforce :) 

0/9000

Hi All,

 

We're using Salesforce CMS in one of our implementations and some scenarios require conditional filtering of content based on user inputs. I could not find a way to fetch CMS content based on conditions. For example, I would like to fetch only those CMS contents that contain a specific word. The closest I got to a solution was using ConnectApi but that won't solve the purpose.

 

So, just wanted to know if there is any solution for such use cases, something like a SOQL for CMS.

 

Thanks and Regards.    #CMS Content #CMS #Salesforce CMS #Experience Cloud

4 个回答
  1. 2021年9月7日 18:07

    hello @Pratik Kumar we currently only support retrieving content for specific criteria ex topic = X ; Publication date etc. Would it be possible to create topics for these terms and create a custom component that filters based on topic when a customer clicks on them?

0/9000

I am building a internal site for my sales team and their documents, the issue I am having is browser specific to Chrome.  I have loaded all my content and built the pages necessary.  MY problem is that the thumbnail images for the CMS collections that contain documents (PDFs) do not display when using Chrome.  

 

#Chrome  #Communities  #CMS Content  #CMS

 

Does anyone know of a work around for this?  It works perfectly in Safari but no luck with this in chrome.

 

I have:

loaded the most recent version of Chrome

gone through every variable with my chrome preferences to allow for the content to preview

loaded the content to another server to see if it was a issue with SF

 

I am open to any other suggestions.

2 个回答
  1. 2021年8月5日 17:58

    It did, yes.

     

    I managed to figure it al out by hosting the thumbnail images on my secure server, creating trusted site for scripts and linking to the files.  It took a bit of work in the end but seems to be working the way it should.  Thanks for your follow up.

0/9000

For our Experience Site, which we user for Support, we've updated the bodies of our News Content Types within a few of our CMS Workspaces. Additionally, we updated a few of the link titles we have within some Rich Content Editor components. 

 

Was wondering if any of this can be deployed using a change set, and if there are any considerations when using a change set vs. manual configuration in the target environment?

 

#Experience Cloud  #CMS Content

4 个回答
  1. 2021年7月27日 07:21

    I would recommend doing the changes manually in the Production. There is an option to use the import/export feature. But, I would still recommend doing it manually.

0/9000

Hello, I'm having an issue linking to an asset file via a link on a page in Experience Builder. I have some asset files (PDFs in this case) which are set to be publicly available to guests, and in Experience Builder I am creating a link to the file like this: href="/sfsites/c/file-asset/[APIName]". When a user clicks on the link, it'll download the PDF file.

 

All of this works fine, but what we noticed was that if you upload a new version of the file, the link in experience builder will ALWAYS download the first version of that file. One file we are looking at has 5 different versions, but the link in Experience Builder still only downloads the original version.

 

Is there some other way to link to the file so that it is always downloading the latest version using that url structure? I know I can use the {!contentAsset.ApiName.1} syntax, but would that also work if I have a link field in a CMS content type?

 

What I did notice is that if I go to Salesforce Setup and go to asset files, and I change the API Name of that file, the link will actually download the correct file.

 

Hopefully this makes sense, and I can try to clarify if not. Thanks!

13 条评论
  1. 2021年7月12日 20:32

    @Jason Kilp absolutely it's intended to get the latest version if you don't specify the version number.  You don't need to include ?v= either, you can just keep the format /sfsites/c/file-asset/[APIName] 

0/9000

Hi everyone, I have a question about caching.

 

A client of ours has an Experience Cloud site, and something we've noticed is that when they publish some content in CMS, it'll take hours to actually show up on the site. This seems to be happening for both images and text (in a rich text editor).

 

Does anyone know of a way to force the site to reset cache when CMS content is published outside of experience builder? The only documentation I can find is this https://help.salesforce.com/articleView?id=sf.sites_caching.htm&type=5 but that page seems to be talking about Visualforce pages for the most part.

 

If this is not possible, that's fine too, but I just wanted to see if there is some decent way of doing it.

5 条评论
0/9000

お世話になっております。

 

「CMS Content Type Creator」でコンテンツタイプを作成して公開するコンテンツを作成しようとしています。

やりたいことは、そのコンテンツが公開された日からの経過日数を表示させたいです。

 

コンテンツタイプにDate型の項目を作成し、日付を表示させることはできたのですが、

「今日-公開日」

のように数式を設定することができません。

 

コンテンツタイプに数式のような項目は作成できますでしょうか?

その他の方法でもいいので、「コンテンツが公開された日からの経過日数」を表示する方法はないでしょうか?

 

ご教授をお願いします。

1 条评论
  1. 2021年4月6日 06:50

    いつもお世話になっております、セールスフォース・ドットコムの岩瀬と申します。

    内容を拝見させていただきました。

    誠に恐れ入りますが、現在、カスタムコンテンツタイプに数式項目を作成することができかねる動作となっております。

    ◆ManagedContentType

    https://developer.salesforce.com/docs/atlas.en-us.222.0.api_meta.meta/api_meta/meta_managedcontenttype.htm

    ご期待に沿えない回答となり大変申し訳ございませんが、ご了承いただけますと幸いでございます。

    どうぞよろしくお願い申し上げます。

0/9000

Hi! I'm looking to set up CMS Content (I've been using Knowledge) but a key is making CMS content searchable. The first instruction is:

  1. From Setup, open the relevant user profile and click Edit. In the Tab Settings section, set CMS Channels to Default On.

In Setup, I went to Profiles > Community profile... but there's no edit on the profile settings page. In the past, I've used Tab Settings at the object level, but there's no object for CMS Channels or Content.

 

Where do I set CMS Channels to DEFAULT ON? 

7 条评论
0/9000