• Chang Sun 6
  • NEWBIE
  • 0 Points
  • Member since 2021

  • Chatter
    Feed
  • 0
    Best Answers
  • 1
    Likes Received
  • 0
    Likes Given
  • 4
    Questions
  • 1
    Replies
There are two ways to create permission set, but we are wondering which way is better and more sustainable.

1) Using Apex class to create a post install script and using query to add permission sets as well as the fieldAccess, classAccess, objectAccess etc.
2) Using standard customPermissionSet.permissionset-meta.xml to define a permission set with all settings in the same file.

Does anyone have any experience on which way is better? And what is the pros and cons for each method? Thanks!
We are updating the permission sets in our deploy org and wnat to delete the outdated one. But looks like we can figure out how to delete it in the package manager and permission set section. Does anyone have have any insight on it? Appriciate it!
Hello

We are developing an application that requies to use the third party cookies in IOS 13. Alothough we turn on the 'Allow cross-website tracking' option for the salesforce app, we are still not able to see our app rendering in Salesforce. Looks like it is not supoorted currently in Salesforce mobile app.
I found the article about the third party cookies issue for IOS 12 (https://trailblazer.salesforce.com/issues_view?id=a1p3A000001Yn9bQAC).  But the link in the article for IOS 13 is invalid. 

Does anyone know anything about third party cookies for IOS13?

Thanks
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
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
There are two ways to create permission set, but we are wondering which way is better and more sustainable.

1) Using Apex class to create a post install script and using query to add permission sets as well as the fieldAccess, classAccess, objectAccess etc.
2) Using standard customPermissionSet.permissionset-meta.xml to define a permission set with all settings in the same file.

Does anyone have any experience on which way is better? And what is the pros and cons for each method? Thanks!