• Shivam Solanki
  • NEWBIE
  • 0 Points
  • Member since 2022

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies
I have a text field that could contain text like:
"Please consult the related form [15dr4] for details"

But I'm trying to create a separate formula field that will hide the "15dr4" or whatever text is between the two brackets, but display the rest of the text.l Is this possible?

I appreciate any help. Thanks!
  • February 01, 2023
  • Like
  • 1
Hello,

We are developing a canvas app and trying to test it in the Salesforce app in mobile. But we are seeing some issue that only happens in IOS devices:
1) Information cut off issue: We are using window.innerHeight to determine the canvas size in mobile. It works perfectly in Android device but a certain page has some information cut off in IOS device.(Other pages in our app perfectly fit in the same IOS device)
2) Canvas app not loading in IOS devices: We also have another app(call it app B) that is connected to the app mentioned above and app B loads fine in Android device but not load in the IOS device.

Does anyone know anything about this issue?

Thanks

Hi All,

 

I hope this is a simple problem and I'm just missing something.

 

I am trying to build a controller extension that saves a VF form page details and then reloads the same page.

 

This should be straight forward but when I try and use the documented way to do this, the data is saved and the return page is the page I wanted, but along with it the URL of the page , a long string of test has been appended to the end, the apex seems to be wanting to map the details of the fields on the page when it reloads.

 

This in itself would not a problem, but some users are getting an authentication error when the page reloads, and i assume this has something to do with it.

 

Any help would be great.

 

Thanks all