how to implement multilingual solution in ibm websphere portal 8.0.0 - websphere-portal

I have to display contents item in English and arabic languages in websphere portal 8.
Plz any body help me to know all steps required to implements my requirements.
Very Very Thanks in advance.

You may have to refer this link Portal Language Determination
You have to construct a Portal URL using the APIs provided with the correct locale. Once that is done, portletRequest.getLocale() will give the locale that is set. If you have the correct resource bundles inside your portlets they will be loaded automatically.

Related

Site and Object mapping is not working after Salesforce and Alfresco integration

I have integrated Alfresco with Salesforce using Salesforce content connector app, and I am also able to see all Alfresco repository contents in Salesforce, but I am not able to do Site and Object mapping in Salesforce.
I am able to see all alfresco sites and able to see the sites, but I am not able to see any Object type name after selecting any site.
Attached are the screen shots for your reference.
If anyone have faced any similar issue, then please help me with this object mapping in Alfresco and Salesforce.
Thanks In Advance.
Are you using Enterprise edition? I understand that the Salesforce Connector is for Enterprise only.

Can I use a Sharepoint view in an iFrame on an external website/app that has users autheticated with Azure AD SSO

We have a new intranet site that uses our AzureAD credentials with SSO (via SAML2.0). There's a widget that can display personal or specific Sharepoint Document folders but I've found that this is lacking in detail - particularly some of the document metadata.
Is there a way to use a curated Sharepoint View in an iFrame on this cross-domain website?
At present when I try, it comes up with an error
Refused to display "sharepoint-site-page" in a frame because it is set
'X-Frame-Options' to 'sameorigin'
I'd be grateful for any assistance if possible. Thanks!
Not sure if this applies to your particular view,
however this is a pretty well known thing that microsoft locks down sp to not allow cross site iframing by default,
you could try this solution:
https://www.sharepointpals.com/post/how-to-bypass-cross-domain-issues-to-display-sharepoint-online-pages-within-iframe-from-an-external-domain/
it makes use of the allowframing tag, that microsoft allows to do exactly that.
as per : https://learn.microsoft.com/en-us/archive/blogs/officeapps/iframing-sharepoint-hosted-pages-in-apps
hope this helps you a bit.

iOS Universal link support in salesforce

We are looking to deep link our mobile application from Web page.
As per apple's documentation it require to have apple-app-site-association json file at root of https://xxx-salesforce.com/
Can anybody tell me how to place apple-app-site-association json file at root of salesforce domain?
We are using a visual force page where we want to put our app links.
Regards,
Manish Kumar
You write that you are interested in deep linking into your mobile application from a web page. As you mention the AASA file, you must be talking about an iOS app and not an Android app. Check this link for a good overview of what is required to set up deep linking to iOS apps: https://blog.branch.io/how-to-setup-universal-links-to-deep-link-on-apple-ios-9/. Note that you would have to configure your own AASA file and host that on your own domain, not the Salesforce domain. You would then be able to use the deep links you create on Salesforce pages - or any other web pages, for that matter.
If I have misunderstood and you are actually hoping to deep link into an app that has been written by Salesforce, well this is a situation where Salesforce themselves would need to host the AASA file and configure the iOS project to support the deep linking scheme. This is something that only Salesforce is in a position to do.

How to integrate box api with salesforce via jwt

I want to integrate salesforce with box via api not the default package.
Answered my own question since it took a while to discover all parts and might be useful for somebody else.
Install https://github.com/box/box-salesforce-sdk on a sandbox as an unmanaged pack.
Use BoxPlatformApiConnection class to authenticate, don't try to build your own tokens in apex.
Use https://superdry.apphb.com/tools/online-rsa-key-converter if you need to quickly switch between C# generated keys (RSACryptoServiceProvider) and openssl .pem formats.

Salesforce Customer Portal Disabling standard css

I have recently been testing out customer portals on Sites in Salesforce. Ideally I would be able to turn the customer portal off but it appears this isn't possible. I have unticked login enabled and removed all associated profiles. But on my sites pages I am still getting the standard portal CSS dumped into the page. I would like to continue using the standard stylesheet.
Does anyone know how stop the portal.css style sheet from running?
Thanks
Found a thread that answered this question - note its impossible to delete customer portals at this time. But it can be deactivated. http://boards.developerforce.com/t5/Force-com-Sites/How-to-deactivate-customer-portal-in-DE/td-p/159216.
Hope that helps someone.

Resources